egroupware_official/doc/rpm-build/header.inc.php
2009-09-30 08:53:47 +00:00

9 lines
147 B
PHP

<?php
// dummy setup file
if (strpos($_SERVER['PHP_SELF'],'/setup/') === false)
{
header('Location: /egroupware/setup/');
exit;
}