fixed the warning
This commit is contained in:
parent
cc4bc791c9
commit
c6358b5ea6
@ -1,10 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
|
session_start();
|
||||||
include 'Views/header.phtml';
|
include 'Views/header.phtml';
|
||||||
?>
|
?>
|
||||||
<div id="wrapper">
|
<div id="wrapper">
|
||||||
<?php
|
<?php
|
||||||
session_start();
|
|
||||||
|
|
||||||
spl_autoload_register(function ($className) {
|
spl_autoload_register(function ($className) {
|
||||||
if (substr($className, 0, 5) !== 'Blog\\') {
|
if (substr($className, 0, 5) !== 'Blog\\') {
|
||||||
// not our business
|
// not our business
|
||||||
|
Loading…
x
Reference in New Issue
Block a user