mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
5 lines
142 B
PHP
5 lines
142 B
PHP
<?php
|
|
require_once('class2.php');
|
|
header('Location:'.SITEURL.$PLUGINS_DIRECTORY.'links_page/links.php'.(e_QUERY ? '?'.e_QUERY : ''));
|
|
exit;
|
|
?>
|