Skip to content

Commit

Permalink
Dev: Remove var_dump and die
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Mar 5, 2018
1 parent a510363 commit 0761de6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/controllers/admin/themes.php
Expand Up @@ -152,7 +152,6 @@ public function upload()
$debug[] = $destdir;
$debug[] = $filename;
$debug[] = $fullfilepath;
echo '<pre>'; var_dump($fullfilepath); echo '</pre>';die;
if (!@move_uploaded_file($_FILES['file']['tmp_name'], $fullfilepath)) {
$uploadresult = gT("An error occurred uploading your file. This may be caused by incorrect permissions for the application /tmp folder.");
} else {
Expand Down

0 comments on commit 0761de6

Please sign in to comment.