Skip to content
This repository has been archived by the owner on Dec 23, 2021. It is now read-only.

Commit

Permalink
cont
Browse files Browse the repository at this point in the history
  • Loading branch information
alcalbg committed Jul 3, 2018
1 parent b2568c2 commit 0c50b74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.php
Expand Up @@ -18,6 +18,7 @@
if (!extension_loaded('pdo_mysql')) $errors[] = 'Error: pdo_mysql php extension not loaded.';
if (!file_exists(__DIR__ . '/.htaccess')) $errors[] = 'Error: configuration file not found: '.__DIR__.'/.htaccess';
if (!is_writable(__DIR__ . '/inc/app/Plugins')) $errors[] = 'Error: directory not writable: '.__DIR__.'/inc/app/Plugins';
if (!is_writable(__DIR__ . '/inc/bootstrap/cache/')) $errors[] = 'Error: directory not writable: '.__DIR__.'/inc/bootstrap/cache';
if (!is_writable(__DIR__ . '/inc/storage/')) $errors[] = 'Error: directory not writable: '.__DIR__.'/inc/storage/';
if (!is_writable(__DIR__ . '/inc/storage/app')) $errors[] = 'Error: directory not writable: '.__DIR__.'/inc/storage/app';
if (!is_writable(__DIR__ . '/inc/storage/files')) $errors[] = 'Error: directory not writable: '.__DIR__.'/inc/storage/files';
Expand All @@ -36,4 +37,4 @@
echo 'Please consult with your hosting company or server admin';
echo '<br>';
die('Halted!');
}
}

0 comments on commit 0c50b74

Please sign in to comment.