This website works better with JavaScript.
Home
Explore
Help
Sign In
p3k
/
XRay
mirror of
https://github.com/aaronpk/XRay.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
77
Wiki
Activity
Browse Source
attempt to fix appengine warnings
pull/39/head
Aaron Parecki
8 years ago
parent
76c45a9e19
commit
abd37849ac
2 changed files
with
3 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
php.ini
+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
;
Write
Preview
Loading…
Cancel
Save