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
|
||||
/*
|
||||
* Sakura C/PMS
|
||||
* (c)Flashwave/Flashii Media 2013-2015 <http://flash.moe>
|
||||
* (c)Flashwave/Flashii.net 2013-2015 <http://flash.moe>
|
||||
*/
|
||||
|
||||
// Declare namespace
|
||||
namespace Sakura;
|
||||
print '1';
|
||||
|
||||
// Start output buffering
|
||||
\ob_start();
|
||||
ob_start();
|
||||
print '2';
|
||||
// Define Sakura version
|
||||
define('SAKURA_VERSION', '20150330');
|
||||
|
|
Reference in a new issue