cookie and ob; domain config
This commit is contained in:
21
index.php
21
index.php
@@ -1,18 +1,11 @@
|
||||
<?php
|
||||
ob_start();
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<?php
|
||||
|
||||
setlocale(LC_ALL, 'hu_HU');
|
||||
//setlocale(LC_ALL,'hungarian');
|
||||
|
||||
//echo date('w');
|
||||
|
||||
?>
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<style>
|
||||
|
||||
</style>
|
||||
<script src="/jQuery/jquery-3.1.1.min.js"></script>
|
||||
<script src="/ckeditor/ckeditor.js"></script>
|
||||
@@ -33,14 +26,11 @@ setlocale(LC_ALL, 'hu_HU');
|
||||
<meta name="msapplication-TileColor" content="#ffffff">
|
||||
<meta name="msapplication-TileImage" content="/_image/ms-icon-144x144.png">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
|
||||
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<?php
|
||||
require('common.php');
|
||||
require('event_handler.php');
|
||||
//ob_flush();
|
||||
$page = new page();
|
||||
|
||||
echo '<link rel="stylesheet" type="text/css" href="/_css/default.css">';
|
||||
@@ -135,3 +125,6 @@ setlocale(LC_ALL, 'hu_HU');
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<?php
|
||||
ob_end_flush();
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user