osticket-docker/osTicket-v1.18.2/scp/admin.php

5 lines
70 B
PHP

<?php
header('Location: settings.php');
require('./settings.php');
?>