i don't know anymore

This commit is contained in:
flash 2015-04-01 17:24:50 +02:00
parent e7981b3f74
commit ffcdf09ea1

View file

@ -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');