Ignore:
Timestamp:
Feb 8, 2007, 12:08:04 AM (17 years ago)
Author:
rub
Message:

Issue 0000639: Force selected page on index.php

When page index.php is called without defined section, redirect to a page selected by random on a user list.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_url.inc.php

    r1750 r1788  
    313313  if (!isset($params['section']))
    314314  {
    315     $params['section'] = 'categories';
     315    $params['section'] = 'none';
    316316  }
    317317
     
    399399      break;
    400400    }
     401    case 'none' :
     402    {
     403      break;
     404    }
    401405    default :
    402406    {
Note: See TracChangeset for help on using the changeset viewer.