mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2025-01-03 17:44:57 +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");
|