Ignore:
Timestamp:
Sep 5, 2004, 5:49:54 PM (20 years ago)
Author:
z0rglub
Message:

deletion of $confsite_url and $confforum_url and all their usage
(thus avoiding the usage of $conf in *.lang.php)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/configuration.php

    r515 r516  
    100100{
    101101  $conf[$row['param']] = $row['value'];
    102 
     102  // if the parameter is present in $_POST array (if a form is submited), we
     103  // override it with the submited value
    103104  if (isset($_POST[$row['param']]))
    104105  {
Note: See TracChangeset for help on using the changeset viewer.