Browse Source

removes re-defining noise

tinyboard_noise
Your Name 2 years ago
parent
commit
b9db56ea37
  1. 2
      inc/bootstrap.php

2
inc/bootstrap.php

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

Loading…
Cancel
Save