|
@@ -88,6 +88,8 @@ class entryController extends ActionController {
|
|
|
$entryDAO = new EntryDAO();
|
|
$entryDAO = new EntryDAO();
|
|
|
$entryDAO->optimizeTable();
|
|
$entryDAO->optimizeTable();
|
|
|
|
|
|
|
|
|
|
+ touch(PUBLIC_PATH . '/data/touch.txt');
|
|
|
|
|
+
|
|
|
$notif = array (
|
|
$notif = array (
|
|
|
'type' => 'good',
|
|
'type' => 'good',
|
|
|
'content' => Translate::t ('optimization_complete')
|
|
'content' => Translate::t ('optimization_complete')
|