4 lines
70 B
PHP
4 lines
70 B
PHP
|
|
<?php
|
||
|
|
header('Location: settings.php');
|
||
|
|
require('./settings.php');
|
||
|
|
?>
|