6 lines
45 B
PHP
6 lines
45 B
PHP
<?php
|
|
|
|
chdir('../');
|
|
|
|
include('index.php');
|
|
|
<?php
|
|
|
|
chdir('../');
|
|
|
|
include('index.php');
|
|
|