Fixing typo

skala
Julio Montoya 14 years ago
parent f0f1809ed3
commit ee4a70eaba
  1. 2
      main/document/edit_paint.php

@ -177,7 +177,7 @@ if (!file_exists($temp_folder)) {
}
//make htaccess with allow from all, and file index.html into temp/images
$htaccess=api_get_path(SYS_ARCHIVE_PATH).'temp/images/.htacess';
$htaccess=api_get_path(SYS_ARCHIVE_PATH).'temp/images/.htaccess';
if (!file_exists($htaccess)) {
$htaccess_content="order deny,allow\r\nallow from all\r\nOptions -Indexes";

Loading…
Cancel
Save