View file image-uploader-v1.3/fw/management/view/error.html
<!DOCTYPE html> <html> <head> <title>Error</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="stylesheet" href="<?php echo WEB; ?>fw/management/style/main.css"/> </head> <body> <div id="page"> <div id="header"> <h1>Error</h1> </div> <p id="error"><?php echo $error; ?></p> </div> </body> </html>