Commit Graph

4 Commits

Author SHA1 Message Date
james
57f7bd5212 Add conferences and dates api 2010-07-28 21:49:58 +00:00
dave
5e9ee05606 Apache/PHP seems to let us turn off magic quotes in the .htaccess. Yay.
magic quotes DEPRECATED as of PHP 5.3.0, REMOVE as of 6.0, on by
default for any PHP < 5.3.0.  Pain in the ASS.  php is running the
urldecode for us,  seeing that the string has quotes, then adding quotes before we
can json_decode().   It only does this in POST and GET
2010-04-18 22:40:05 +00:00
james
7e84ab0222 Add cms table, and move the 'index' pagetext to cms
Add .htaccess rules for the cms
Add cms page display code and convert index.php to pull from the cms
If no page title is passed to send_header(), output the fair name in the <title> tag
2008-08-19 21:13:29 +00:00
james
dc74872293 Add a .htaccess to turn register_globals OFF (if the server is configured to allow .htaccess to do such things) 2007-11-29 19:15:57 +00:00