mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-10-31 21:33:00 +00:00
5 lines
101 B
PHP
5 lines
101 B
PHP
|
<?php
|
||
|
/** The Pepperminty Wiki core */
|
||
|
$start_time = microtime(true);
|
||
|
mb_internal_encoding("UTF-8");
|