public
Description: Git mirror of the CMS Made Simple 2.0 rewrite
Homepage: http://cmsmadesimple.org
Clone URL: git://github.com/tedkulp/cmsmadesimple-2-0.git
Search Repo:
Take out the php_flags from the htaccess file

git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@2750 
3d254a34-79dc-0310-9e5f-be208747d8a0
tedkulp (author)
Tue May 09 14:47:26 -0700 2006
commit  59290883875f444479115164e9df10c9ad278936
tree    efba70ecf5d89c15ef0b3e9b19218011fa0e4d38
parent  69f253f86ff7fc624279c8618d3506a01a56a4d0
...
1
2
3
 
 
 
4
5
6
...
 
 
 
1
2
3
4
5
6
0
@@ -1,6 +1,6 @@
0
-php_flag magic_quotes_gpc Off
0
-php_flag register_globals Off
0
-php_flag session.use_trans_sid Off
0
+#php_flag magic_quotes_gpc Off
0
+#php_flag register_globals Off
0
+#php_flag session.use_trans_sid Off
0
 
0
 # Make sure you have Options FollowSymLinks
0
 # and Allow on

Comments

    No one has commented yet.