lib.php renamed to locallib.php

This commit is contained in:
ethem 2006-04-12 09:13:20 +00:00
parent 4b10570aef
commit 4d3b0ddc0a
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
/// Load libraries
require_once '../../config.php';
require_once 'lib.php';
require_once 'locallib.php';
/// Get site
if (! $site = get_site()) {