Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Commit

Permalink
Update admin.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksey committed Aug 9, 2015
1 parent 37a300d commit f60ba25
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion admin.php
Expand Up @@ -9,6 +9,9 @@
* See COPYRIGHT.txt and LICENSE.txt.
*/

// Send the Content-type header in case the web server is setup to send something else
header('Content-type: text/html; charset=utf-8');

// Check installation
if( !file_exists('content/private') )
{
Expand All @@ -27,4 +30,4 @@
require(PATH_ADMIN_CONTROLLER.$layout['controller']);
require(PATH_ADMIN_TEMPLATES.$layout['template']);

?>
?>

0 comments on commit f60ba25

Please sign in to comment.