Mercurial > hg > extraction-interface
comparison _xampp/index.php @ 0:b12c99b7c3f0
commit for previous development
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Mon, 19 Jan 2015 17:13:49 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:b12c99b7c3f0 |
---|---|
1 <? | |
2 if(file_get_contents("lang.tmp")=="") | |
3 { | |
4 header("Location: splash.php"); | |
5 exit(); | |
6 } | |
7 ?> | |
8 <html> | |
9 <head> | |
10 <meta name="author" content="Kai Oswald Seidler"> | |
11 <meta http-equiv="cache-control" content="no-cache"> | |
12 <?include("lang/".file_get_contents("lang.tmp").".php"); ?> | |
13 <title><?=$TEXT['global-xampp']?> <?include('.version');?></title> | |
14 | |
15 <frameset rows="74,*" marginwidth="0" marginheight="0" frameborder="0" border="0" borderwidth="0"> | |
16 <frame name="head" src="head.php" scrolling=no> | |
17 <frameset cols="150,*" marginwidth="0" marginheight="0" frameborder="0" border="0" borderwidth="0"> | |
18 <frame name="navi" src="navi.php" scrolling=no> | |
19 <frame name="content" src="start.php" marginwidth=20> | |
20 </frameset> | |
21 </frameset> | |
22 </head> | |
23 <body bgcolor=#ffffff> | |
24 </body> | |
25 </html> |