mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
9 lines
147 B
PHP
9 lines
147 B
PHP
<?php
|
|
// dummy setup file
|
|
if (strpos($_SERVER['PHP_SELF'],'/setup/') === false)
|
|
{
|
|
header('Location: /egroupware/setup/');
|
|
exit;
|
|
}
|
|
|