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:
parent
4fdc742c84
commit
b2e485274b
23 changed files with 226 additions and 176 deletions
21
doc/makedoc
Executable file
21
doc/makedoc
Executable 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
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue