mirror of
https://github.com/e107inc/e107.git
synced 2025-06-06 10:54:57 +02:00
5 lines
108 B
PHP
5 lines
108 B
PHP
<?php
|
|
require_once("class2.php");
|
|
header("Location:".SITEURL.$PLUGINS_DIRECTORY."forum/forum.php");
|
|
exit;
|
|
?>
|