Changeset 3189:0965daf0bac6
- Timestamp:
- 02/26/16 19:07:10 (10 years ago)
- Branch:
- Ticket_2164
- Children:
- 3190:8e3696c934c1, 3655:90433148b160
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/index.php
r3066 r3189 202 202 203 203 # Dotclear updates notifications 204 if ($core->auth->isSuperAdmin() && is_readable(DC_DIGESTS))204 if ($core->auth->isSuperAdmin() && !DC_NOT_UPDATE && is_readable(DC_DIGESTS)) 205 205 { 206 206 $updater = new dcUpdate(DC_UPDATE_URL,'dotclear',DC_UPDATE_VERSION,DC_TPL_CACHE.'/versions'); -
inc/prepend.php
r3162 r3189 183 183 } 184 184 185 if (!defined('DC_NOT_UPDATE')) { 186 define('DC_NOT_UPDATE',false); 187 } 188 185 189 if (!defined('DC_ALLOW_MULTI_MODULES')) { 186 190 define('DC_ALLOW_MULTI_MODULES',false);
Note: See TracChangeset
for help on using the changeset viewer.