RevCMS Xampp Help

Status
Not open for further replies.

Kristopher

Photographer
Dec 25, 2010
802
66
Well im creating a style for RevCMS and i use xampp on my comp i get rid of this timezone error shown on top

1324924592975570174517.png
 

Kryptos

prjRev.com
Jul 21, 2010
2,205
1,252
Go to global.php

Find this:
PHP:
if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }

Below that, put this:
PHP:
date_default_timezone_set('America/Chicago');

I think it should work.
 
Status
Not open for further replies.

Users who are viewing this thread

Top