1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2024-12-25 16:18:57 +01:00
egroupware_official/doc/rpm-build/header.inc.php

9 lines
147 B
PHP
Raw Normal View History

2009-09-30 10:53:47 +02:00
<?php
// dummy setup file
if (strpos($_SERVER['PHP_SELF'],'/setup/') === false)
{
header('Location: /egroupware/setup/');
exit;
}