Changeset 3178
- Timestamp:
- 09/18/13 00:54:03 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/fakemeup/index.php
r3177 r3178 114 114 <body> 115 115 <?php 116 global $_lang; 117 118 echo '<h2>'.__('Fake Me Up').'</h2>'; 116 117 echo dcPage::breadcrumb( 118 array( 119 __('System') => '', 120 '<span class="page-title">'.__('Fake Me Up').'</span>' => '' 121 )); 122 119 123 if (isset($_POST['erase_backup'])) { 120 124 @unlink(DC_DIGESTS_BACKUP);
Note: See TracChangeset
for help on using the changeset viewer.