
Public Member Functions | |
| index () | |
| install () | |
| installUpgrade () | |
| upgrade () | |
| validate () | |
Definition at line 24 of file InstallHandler.inc.php.
| InstallHandler.index | ( | ) |
If no journal is selected, display list of journals. Otherwise, display the index page for the selected journal.
Reimplemented from Handler.
Definition at line 30 of file InstallHandler.inc.php.
References Request.getUserVar(), Locale.isLocaleValid(), Request.setCookieVar(), and validate().
| InstallHandler.install | ( | ) |
| InstallHandler.installUpgrade | ( | ) |
| InstallHandler.upgrade | ( | ) |
Display upgrade form.
Definition at line 74 of file InstallHandler.inc.php.
References Request.getUserVar(), Locale.isLocaleValid(), Request.setCookieVar(), and validate().
| InstallHandler.validate | ( | ) |
Redirect to index if system has already been installed.
Definition at line 48 of file InstallHandler.inc.php.
References Config.getVar(), and Request.redirect().
Referenced by index(), install(), installUpgrade(), and upgrade().
1.5.6