04-20-2009, 03:37 PM
|
#2 (permalink)
|
|
The Gregarious
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
|
You have this:
But it should just be this:
I'm testing this against my mySQL directory and I am getting an error on line 39:
Warning: filemtime() [function.filemtime]: stat failed for /usr/local/mysqldocs in /usr/local/apache/public/directory_session.php on line 39
which is this line:
Code:
if (time() - filemtime($directory.$file) < 604800) {
|
|
|
|