diff options
Diffstat (limited to 'app/controllers/indexController.php')
| -rwxr-xr-x | app/controllers/indexController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/indexController.php b/app/controllers/indexController.php index 76fd2cc75..98fb4e903 100755 --- a/app/controllers/indexController.php +++ b/app/controllers/indexController.php @@ -209,6 +209,7 @@ class indexController extends ActionController { $res = json_decode ($result, true); if ($res['status'] == 'okay' && $res['email'] == $this->view->conf->mailLogin ()) { Session::_param ('mail', $res['email']); + touch(PUBLIC_PATH . '/data/touch.txt'); } else { $res = array (); $res['status'] = 'failure'; |
