Changeset 646 for trunk/admin

Show
Ignore:
Timestamp:
09/16/07 21:08:11 (14 months ago)
Author:
michiel
Message:

Add 'about' section in admin interface.
Closes #152

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/admin/index.php

    r574 r646  
    9494                                case "edit_plugin_setting"   : $admin->edit_plugin_setting($_REQUEST["plugin"], $_REQUEST); break; 
    9595                                case "save_plugin_setting"   : $admin->save_plugin_setting($_REQUEST["plugin"], $_REQUEST); break; 
     96                                case "show_about"            : $admin->show_about();                                        break; 
    9697                                default                      : $admin->show_index();                                        break; 
    9798                        }