cookie and ob; domain config

This commit is contained in:
Ricsi
2019-03-28 22:50:54 +00:00
parent 999ace3149
commit 2cf8e29367
10 changed files with 153 additions and 164 deletions

View File

@@ -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();
?>