mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 09:58:58 +01:00
9 lines
147 B
PHP
Executable File
9 lines
147 B
PHP
Executable File
<?php
|
|
// dummy setup file
|
|
if (strpos($_SERVER['PHP_SELF'],'/setup/') === false)
|
|
{
|
|
header('Location: /egroupware/setup/');
|
|
exit;
|
|
}
|
|
|