]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
chmod & mail address
authorNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Fri, 20 Sep 2013 09:04:36 +0000 (11:04 +0200)
committerNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Fri, 20 Sep 2013 09:04:36 +0000 (11:04 +0200)
inc/3rdparty/class.messages.php [changed mode: 0755->0644]
inc/poche/config.inc.php.new
inc/poche/global.inc.php

old mode 100755 (executable)
new mode 100644 (file)
index 5c304d14d6ed915f96fc9da5edf50a742b0c9903..48cc5783b4c1f3dda4722c3ac3aa8a4dcd41824d 100755 (executable)
@@ -3,7 +3,7 @@
  * poche, a read it later open source system
  *
  * @category   poche
- * @author     Nicolas Lœuillet <nicolas@loeuillet.org>
+ * @author     Nicolas Lœuillet <support@inthepoche.com>
  * @copyright  2013
  * @license    http://www.wtfpl.net/ see COPYING file
  */
index 2437d0652034024cf02d45b41b67a75892988ad2..65a026a733a7b923b75b60a714ee7636303b5620 100644 (file)
@@ -3,7 +3,7 @@
  * poche, a read it later open source system
  *
  * @category   poche
- * @author     Nicolas Lœuillet <nicolas@loeuillet.org>
+ * @author     Nicolas Lœuillet <support@inthepoche.com>
  * @copyright  2013
  * @license    http://www.wtfpl.net/ see COPYING file
  */
@@ -61,12 +61,4 @@ if (Poche::$configFileAvailable && DOWNLOAD_PICTURES) {
 
 if (!ini_get('date.timezone') || !@date_default_timezone_set(ini_get('date.timezone'))) {
     date_default_timezone_set('UTC');
-}
-
-#XSRF protection with token
-if (!empty($_POST)) {
-    if (!Session::isToken($_POST['token'])) {
-        die(_('Wrong token'));
-    }
-    unset($_SESSION['token']);
 }
\ No newline at end of file