Skip to content

Commit

Permalink
Update upgrade_ajax.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsteampassnet committed Sep 23, 2015
1 parent 4eae4d8 commit 83aa145
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install/upgrade_ajax.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ function tableExists($tablename, $database = false)
$abspath."/upload/"
);
foreach ($tab as $elem) {
// try to create it if not existing
if(!is_dir($elem)) {
mkdir($elem);
}
if (is_writable($elem)) {
$txt .= '<span style=\"padding-left:30px;font-size:13pt;\">'.
$elem.'&nbsp;&nbsp;<img src=\"images/tick-circle.png\"></span><br />';
Expand Down

0 comments on commit 83aa145

Please sign in to comment.