mirror of
https://github.com/Mibew/mibew.git
synced 2024-11-16 09:04:11 +03:00
Temporary index.php file. It redirects the user to operator/index.php change it back if you want. I have a backup of it 2.
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@254 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
parent
21b0acda50
commit
a9398f2c81
@ -10,9 +10,13 @@
|
|||||||
*
|
*
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* Evgeny Gryaznov - initial API and implementation
|
* Evgeny Gryaznov - initial API and implementation
|
||||||
|
*I thought this would be good for now
|
||||||
*/
|
*/
|
||||||
|
?>
|
||||||
header("Location: operator/index.php");
|
<html>
|
||||||
exit;
|
<head>
|
||||||
|
<title>OpenWebim</title>
|
||||||
?>
|
<meta http-equiv="REFRESH" content="0;url=operator/index.php"></HEAD>
|
||||||
|
<BODY>
|
||||||
|
</BODY>
|
||||||
|
</HTML>
|
Loading…
Reference in New Issue
Block a user