mirror of
https://github.com/e107inc/e107.git
synced 2025-07-29 19:00:26 +02:00
refactor pm, forum to fit new eURL paths
This commit is contained in:
2
e107_plugins/forum/url/forum.php → e107_plugins/forum/e_url/forum.php
Executable file → Normal file
2
e107_plugins/forum/url/forum.php → e107_plugins/forum/e_url/forum.php
Executable file → Normal file
@@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
// $Id: forum.php,v 1.4 2008-11-29 01:24:27 mcfly_e107 Exp $
|
// $Id: forum.php,v 1.1 2008-12-02 00:33:29 secretr Exp $
|
||||||
function url_forum_forum($parms)
|
function url_forum_forum($parms)
|
||||||
{
|
{
|
||||||
switch($parms['func'])
|
switch($parms['func'])
|
2
e107_plugins/forum/url/thread.php → e107_plugins/forum/e_url/thread.php
Executable file → Normal file
2
e107_plugins/forum/url/thread.php → e107_plugins/forum/e_url/thread.php
Executable file → Normal file
@@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
// $Id: thread.php,v 1.4 2008-12-01 21:11:01 mcfly_e107 Exp $
|
// $Id: thread.php,v 1.1 2008-12-02 00:33:29 secretr Exp $
|
||||||
function url_forum_thread($parms)
|
function url_forum_thread($parms)
|
||||||
{
|
{
|
||||||
switch($parms['func'])
|
switch($parms['func'])
|
2
e107_plugins/pm/url/main.php → e107_plugins/pm/e_url/main.php
Executable file → Normal file
2
e107_plugins/pm/url/main.php → e107_plugins/pm/e_url/main.php
Executable file → Normal file
@@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
// $Id: main.php,v 1.3 2008-11-25 17:38:56 mcfly_e107 Exp $
|
// $Id: main.php,v 1.1 2008-12-02 00:33:29 secretr Exp $
|
||||||
function url_pm_main($parms)
|
function url_pm_main($parms)
|
||||||
{
|
{
|
||||||
switch($parms['f'])
|
switch($parms['f'])
|
Reference in New Issue
Block a user