From 2073d3b08e97675a1f418b44a4e7c72039da2149 Mon Sep 17 00:00:00 2001 From: Kamil Domanski Date: Thu, 23 Jun 2011 23:47:46 +0200 Subject: fix 404 --- lib/files.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/files.php') diff --git a/lib/files.php b/lib/files.php index 0e7e44ec2ab..d8133667954 100644 --- a/lib/files.php +++ b/lib/files.php @@ -293,7 +293,7 @@ class OC_FILES { $size=OC_HELPER::humanFileSize($size); $size=substr($size,0,-1);//strip the B $size=str_replace(' ','',$size); //remove the space between the size and the postfix - $content = "ErrorDocument 404 /$WEBROOT/templates/404.php\n";//custom 404 error page + $content = "ErrorDocument 404 /$WEBROOT/core/templates/404.php\n";//custom 404 error page $content.= "php_value upload_max_filesize $size\n";//upload limit $content.= "php_value post_max_size $size\n"; $content.= "SetEnv htaccessWorking true\n"; -- cgit v1.2.3