Changeset 11511 for trunk/include/common.inc.php
- Timestamp:
- Jun 26, 2011, 12:03:12 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/common.inc.php
r10128 r11511 133 133 134 134 load_conf_from_db(); 135 136 if (!$conf['check_upgrade_feed']) 137 { 138 if (!isset($conf['piwigo_db_version']) or $conf['piwigo_db_version'] != get_branch_from_version(PHPWG_VERSION)) 139 { 140 redirect(get_root_url().'upgrade.php'); 141 } 142 } 143 135 144 load_plugins(); 136 145
Note: See TracChangeset
for help on using the changeset viewer.