mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-05 10:53:01 +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");
|