Changes between Version 10 and Version 11 of WebConfig


Ignore:
Timestamp:
May 3, 2009, 12:33:10 PM (15 years ago)
Author:
Nicolas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebConfig

    v10 v11  
    8080    Displays customized donation information. Useful to describe what the project uses donations for, and project specific guides for donations. If function is not defined, standard donation information is displayed.html/user/donations.php.
    8181 '''project_rules_policies()'''::
    82     Displays customized project rules and policies. If return value is ''true'', standard rules and policies are appended in the end. If function is not defined, default rules and policies are displayed. Return true to append default rules and policies. Should use PHP `echo()` to output text. Used inhtml/user/info.php.
     82    Displays customized project rules and policies. If return value is ''true'', standard rules and policies are appended in the end. If function is not defined, default rules and policies are displayed. Return true to append default rules and policies. Should use PHP `echo()` to output text. Used in html/user/info.php.
    8383
    8484To use PHPMailer (the preferred way to send emails to participants):