Browse Source

attempt to fix appengine warnings

pull/39/head
Aaron Parecki 8 years ago
parent
commit
abd37849ac
2 changed files with 3 additions and 2 deletions
  1. +3
    -1
      php.ini
  2. +0
    -1
      public/index.php

+ 3
- 1
php.ini View File

@ -1 +1,3 @@
extension = "curl.so"
extension = "curl.so"
google_app_engine.enable_functions = "php_sapi_name"
open_basedir = none

+ 0
- 1
public/index.php View File

@ -1,6 +1,5 @@
<?php <?php
chdir('..'); chdir('..');
include('config.php');
include('vendor/autoload.php'); include('vendor/autoload.php');
use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Request;

Loading…
Cancel
Save