Skip to content

Commit

Permalink
Update webapp.php
Browse files Browse the repository at this point in the history
  • Loading branch information
gnh1201 authored Feb 24, 2019
1 parent c2818b6 commit 8dedeb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion route/webapp.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
if(file_exists($appfile)) {
set_header_content_type($end_era);

$fp = fopen($appfile, "r") or set_error_exit("file does not exists");
$fp = fopen($appfile, "r") or die("file does not exists");
while(!feof($fp)) {
echo fread($fp, 8192);
}
Expand Down

0 comments on commit 8dedeb2

Please sign in to comment.