1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00
php-e107/forum.php

5 lines
108 B
PHP
Raw Normal View History

2006-12-02 04:36:16 +00:00
<?php
require_once("class2.php");
header("Location:".SITEURL.$PLUGINS_DIRECTORY."forum/forum.php");
exit;
?>