mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=1802
This commit is contained in:
parent
003ef8cb06
commit
d8d2dd3472
|
@ -0,0 +1,20 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
require_once('include/config.inc');
|
||||||
|
|
||||||
|
require_once('include/error.inc');
|
||||||
|
require_once('include/template.inc');
|
||||||
|
|
||||||
|
require_once('include/database.inc');
|
||||||
|
|
||||||
|
require_once('class/user.inc');
|
||||||
|
|
||||||
|
require_once('util.inc');
|
||||||
|
|
||||||
|
session_start();
|
||||||
|
if (!array_key_exists('lang', $_SESSION)) {
|
||||||
|
$_SESSION['lang']['id'] = 1;
|
||||||
|
$_SESSION['lang']['charset'] = 'ISO-8859-1';
|
||||||
|
}
|
||||||
|
|
||||||
|
?>
|
|
@ -0,0 +1 @@
|
||||||
|
<a href=user_profile/profile_A_1.html>A</a> <a href=user_profile/profile_B_1.html>B</a> C D <a href=user_profile/profile_E_1.html>E</a> <a href=user_profile/profile_F_1.html>F</a> G <a href=user_profile/profile_H_1.html>H</a> I <a href=user_profile/profile_J_1.html>J</a> K L M N O <a href=user_profile/profile_P_1.html>P</a> Q R <a href=user_profile/profile_S_1.html>S</a> <a href=user_profile/profile_T_1.html>T</a> U V <a href=user_profile/profile_W_1.html>W</a> X Y Z 0 1 2 3 4 5 6 7 8 9
|
Loading…
Reference in New Issue