Page MenuHomeDevCentral

D1117.id2852.diff
No OneTemporary

D1117.id2852.diff

diff --git a/index.php b/index.php
--- a/index.php
+++ b/index.php
@@ -16,6 +16,7 @@
define('IN_KERUALD', true);
define('IN_PLUTON', true);
+define('NO_SESSION', true);
//Keruald libraries
include('includes/core.php');
@@ -31,8 +32,10 @@
/// Session
///
-$Session = Session::load();
-$CurrentUser = $Session->get_logged_user();
+if (!NO_SESSION) {
+ $Session = Session::load();
+ $CurrentUser = $Session->get_logged_user();
+}
////////////////////////////////////////////////////////////////////////////////
///

File Metadata

Mime Type
text/plain
Expires
Sat, Jan 18, 12:13 (10 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2355237
Default Alt Text
D1117.id2852.diff (529 B)

Event Timeline