fixed most of the files in http-root and includes
git-svn-id: svn://svn.cccv.de/engel-system@282 29ba0400-6e00-0410-a75a-ca02368028f8main
parent
b00d5b96c6
commit
83a90af930
@ -0,0 +1,71 @@
|
||||
ich@DenkBrett www-ssl % find . -type l
|
||||
./admin/inc
|
||||
./admin/pic
|
||||
./inc/inc
|
||||
./nonpublic/inc
|
||||
./nonpublic/pic
|
||||
|
||||
find . -name \*.php -exec grep -l './inc' {} \;
|
||||
|
||||
ich@DenkBrett www-ssl % find . -name \*.php -exec grep -l './inc' {} \;
|
||||
./admin/EngelType.php
|
||||
./admin/schichtplan.php
|
||||
./admin/user2.php
|
||||
./admin/dbUpdateFromXLS.php
|
||||
./admin/index.php
|
||||
./admin/faq.php
|
||||
./admin/Recentchanges.php
|
||||
./admin/dect_call.php
|
||||
./admin/UserPicture.php
|
||||
./admin/room.php
|
||||
./admin/news.php
|
||||
./admin/tshirt.php
|
||||
./admin/aktiv.php
|
||||
./admin/user.php
|
||||
./admin/dect.php
|
||||
./admin/free.php
|
||||
./admin/userDefaultSetting.php
|
||||
./admin/sprache.php
|
||||
./admin/debug.php
|
||||
./admin/shiftadd.php
|
||||
./admin/schichtplan_druck.php
|
||||
#./inc/funktion_schichtplan_aray.php
|
||||
#./inc/footer.php
|
||||
#./inc/menu.php
|
||||
#./inc/funktion_modem.php
|
||||
./inc/funktion_flag.php # Special fix needed. ich geh ins bett
|
||||
#./inc/error_handler.php
|
||||
./inc/header.php # Special fix needed
|
||||
./inc/funktion_user.php # Special fix needed
|
||||
#./inc/crypt.php
|
||||
#./inc/ShowUserPicture.php
|
||||
#./inc/login_eingabefeld.php
|
||||
#./inc/funktion_SendMessenges.php
|
||||
./nonpublic/waeckliste.php
|
||||
./nonpublic/schichtplan.1.php
|
||||
./nonpublic/schichtplan.php
|
||||
./nonpublic/schichtplan.2.php
|
||||
./nonpublic/myschichtplan.php
|
||||
./nonpublic/messages.php
|
||||
./nonpublic/index.php
|
||||
./nonpublic/faq.php
|
||||
./nonpublic/schichtplan_add.php
|
||||
./nonpublic/schichtplan_beamer.php
|
||||
./nonpublic/news.php
|
||||
./nonpublic/einstellungen.php
|
||||
./nonpublic/wecken.php
|
||||
./nonpublic/engelbesprechung.php
|
||||
./nonpublic/news_comments.php
|
||||
#./logout.php
|
||||
#./makeuser.php
|
||||
#./lageplan.php
|
||||
#./faq.php
|
||||
#./index.php
|
||||
|
||||
|
||||
todo:
|
||||
./inc > ../inc
|
||||
change includes in every fucking file
|
||||
FUCKING MOOOOOVE the pictures out of inc to /pic, where they belong. -.-'
|
||||
same as above for css-files
|
||||
change installscript to place inc outside of http-root. exactly ONE dir ahead.
|
@ -1 +0,0 @@
|
||||
../inc
|
@ -1,19 +1,19 @@
|
||||
<?php
|
||||
$title = "Index";
|
||||
$header = "Index";
|
||||
include ("./inc/header.php");
|
||||
include ("../includes/header.php");
|
||||
|
||||
echo Get_Text("index_text1")."<br><br>";
|
||||
echo Get_Text("index_text2")."<br>";
|
||||
echo Get_Text("index_text3")."<br>";
|
||||
|
||||
include ("./inc/login_eingabefeld.php");
|
||||
include ("../includes/login_eingabefeld.php");
|
||||
|
||||
echo "<h6>".Get_Text("index_text4")."</h6>";
|
||||
|
||||
echo Get_Text("index_text5"). "<br>". $show_SSLCERT;
|
||||
|
||||
include ("./inc/footer.php");
|
||||
include ("../includes/footer.php");
|
||||
?>
|
||||
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
<?php
|
||||
$title = "Index";
|
||||
$header = "Lageplan";
|
||||
include ("./inc/header.php");
|
||||
include ("../includes/header.php");
|
||||
|
||||
echo "<p>". Get_Text("lageplan_text1"). "</p>";
|
||||
echo "<p><img src=\"./pic/lageplan/lageplan.jpg\"/>.";
|
||||
|
||||
include ("./inc/footer.php");
|
||||
include ("../includes/footer.php");
|
||||
?>
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
../inc
|
Loading…
Reference in New Issue