Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
9a9f416c
Commit
9a9f416c
authored
Nov 07, 2013
by
Mike Hibler
Browse files
registers_global is now off!
parent
5efc8d72
Changes
2
Hide whitespace changes
Inline
Side-by-side
apache/php.ini.in
View file @
9a9f416c
...
...
@@ -9,9 +9,10 @@
magic_quotes_gpc = Off
;
; Our scripts depend on this!
; Our scripts depend on this being on!
; Not any more!
;
register_globals = O
n
register_globals = O
ff
;
; Turn off the feature of php that kills programs after a set execution time
...
...
www/defs.php3.in
View file @
9a9f416c
...
...
@@ -21,8 +21,6 @@
#
# }}}
#
# Lets emulate register_globals=off for a while.
include
(
"unregister_globals.php"
);
#
# Standard definitions.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment