72 lines
1.8 KiB
Plaintext
72 lines
1.8 KiB
Plaintext
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 # Special fix needed, css
|
|
#./nonpublic/news.php
|
|
./nonpublic/einstellungen.php # Special fix needed
|
|
#./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.
|