From abd37849acf86ffbfc5864c7b7aa6b5ceab871d2 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Thu, 3 Mar 2016 10:03:50 -0800 Subject: [PATCH] attempt to fix appengine warnings --- php.ini | 4 +++- public/index.php | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/php.ini b/php.ini index 3281396..0f1ce13 100644 --- a/php.ini +++ b/php.ini @@ -1 +1,3 @@ -extension = "curl.so" \ No newline at end of file +extension = "curl.so" +google_app_engine.enable_functions = "php_sapi_name" +open_basedir = none \ No newline at end of file diff --git a/public/index.php b/public/index.php index c579bfe..8d8c3cc 100644 --- a/public/index.php +++ b/public/index.php @@ -1,6 +1,5 @@