diff options
author | rub <rub@piwigo.org> | 2008-03-01 13:23:51 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2008-03-01 13:23:51 +0000 |
commit | f54877ca04e9e99e67b94f7c486229d4c6543a8a (patch) | |
tree | ccb84fee846e2d0809552840b867c30804ab548f /admin.php | |
parent | 35076ee1b9e32618d3c92bdd8aee20f2c4abb694 (diff) |
0000809: Use more php classes implementation
Use class for c13y
git-svn-id: http://piwigo.org/svn/trunk@2232 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin.php | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -61,13 +61,6 @@ else $page['errors'] = array(); $page['infos'] = array(); - -if ($page['page'] == 'intro') -{ - include_once(PHPWG_ROOT_PATH.'admin/include/functions_check_integrity.inc.php'); - check_integrity(); -} - $link_start = PHPWG_ROOT_PATH.'admin.php?page='; $conf_link = $link_start.'configuration&section='; //----------------------------------------------------- template initialization |