removes re-defining noise

This commit is contained in:
Your Name 2022-03-31 02:09:05 +02:00
parent 42553d830a
commit b9db56ea37

View File

@ -1,3 +1,3 @@
<?php
define('TINYBOARD', 'xD');
defined('TINYBOARD') or define('TINYBOARD', 'xD');
require_once('vendor/autoload.php');