6 lines
68 B
PHP
6 lines
68 B
PHP
<?php
|
|
|
|
define('MW_INSTALL_PHP5_EXT', 1);
|
|
require './index.php';
|
|
|
|
?>
|