Source Location: Program_Root/functions.php
Main functions
The most important functions of the application
void generatePage ( $username )
returns a string wich contains the whole page generated for the user $username;
this function is called by index.php after user validation;
it checks the value of the global parameter $action to see if the user has the
rights for the operation; if so, it calls the function in operations.php;
(I'll probably modify all this introducing ortogonality and better customization
of "who can do what")
Conflicts:
[ Top ]