i don't know anymore
This commit is contained in:
parent
e7981b3f74
commit
ffcdf09ea1
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* Sakura C/PMS
|
* Sakura C/PMS
|
||||||
* (c)Flashwave/Flashii Media 2013-2015 <http://flash.moe>
|
* (c)Flashwave/Flashii.net 2013-2015 <http://flash.moe>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Declare namespace
|
// Declare namespace
|
||||||
namespace Sakura;
|
namespace Sakura;
|
||||||
print '1';
|
|
||||||
// Start output buffering
|
// Start output buffering
|
||||||
\ob_start();
|
ob_start();
|
||||||
print '2';
|
print '2';
|
||||||
// Define Sakura version
|
// Define Sakura version
|
||||||
define('SAKURA_VERSION', '20150330');
|
define('SAKURA_VERSION', '20150330');
|
||||||
|
|
Reference in a new issue