diff options
author | oetting <jacob@oettinger.dk> | 2008-04-17 14:09:41 +0000 |
---|---|---|
committer | oetting <jacob@oettinger.dk> | 2008-04-17 14:09:41 +0000 |
commit | ef2cb6dc4ac4c4cb935a7f76b417d82a76121bcb (patch) | |
tree | 32d6e7792a1c58b890f61c333b92c5b125c89091 | |
parent | bf60cce7d261b98c6eebd3d24ba621ab2636e0a7 (diff) | |
download | webgrind-ef2cb6dc4ac4c4cb935a7f76b417d82a76121bcb.zip webgrind-ef2cb6dc4ac4c4cb935a7f76b417d82a76121bcb.tar.gz webgrind-ef2cb6dc4ac4c4cb935a7f76b417d82a76121bcb.tar.bz2 |
Renamed lib to library
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ <?php require 'config.php'; -require 'lib/FileHandler.php'; +require 'library/FileHandler.php'; // Errorhandling. // No files, outputdir not writabel // Show self traces in option group |