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
/*
* 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');