remove html/verif.php

add ./makedoc for creating automatically doc
add doc/mod_function header for the functions
New GetUserProperties to get the user profile
	-> replace the checkAdmin function
This commit is contained in:
sparkyx 2003-09-26 14:02:36 +00:00
parent 4fdc742c84
commit b2e485274b
23 changed files with 226 additions and 176 deletions

21
doc/makedoc Executable file
View file

@ -0,0 +1,21 @@
BASE_DIR=`pwd`
ext_dir ()
{
for i in *.php; do
( echo $i
awk '/\/\* function/,/\*\// {print $0;}' $i
) >> $BASE_DIR/function.txt
done
}
cd ../html
ext_dir
cd $BASE_DIR
cd ../include
ext_dir