Changeset 1535:5878d21ef9b9 for admin/install/index.php
- Timestamp:
- 08/12/13 17:42:04 (12 years ago)
- Branch:
- ticket #1406-2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/install/index.php
r1247 r1535 299 299 '<div id="main">'; 300 300 301 if (!is_writable(DC_TPL_CACHE)) {302 echo '<div class="error"><p>'.sprintf(__('Cache directory %s is not writable.'),DC_TPL_CACHE).'</p></div>';303 }304 305 301 if ($can_install && !empty($err)) { 306 302 echo '<div class="error"><p><strong>'.__('Errors:').'</strong></p>'.$err.'</div>';
Note: See TracChangeset
for help on using the changeset viewer.