summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-02-19 16:56:43 +0400
committerAndrew Dolgov <[email protected]>2013-02-19 16:56:43 +0400
commitacfbab375d18e93ddc82c3e8fe1e5784593f5b40 (patch)
tree7274c1d2c97f6902aaf3a654672255889df8fc5f /api
parent1ff1374325ffbcab2398dd3e7d3bca8d8be63c00 (diff)
mute warnings caused by session_start() to deal with potential ps_files_cleanup_dir stuff
Diffstat (limited to 'api')
-rw-r--r--api/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/index.php b/api/index.php
index 9b92dcadd..147157946 100644
--- a/api/index.php
+++ b/api/index.php
@@ -48,7 +48,7 @@
session_id($_REQUEST["sid"]);
}
- session_start();
+ @session_start();
if (!init_connection($link)) return;