From 9ef387519d994ee92204304e7f555c866956d10c Mon Sep 17 00:00:00 2001 From: Parziphal Date: Sun, 27 Oct 2013 00:54:46 -0500 Subject: [PATCH] fixed example config.php --- config/config.php.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.php.example b/config/config.php.example index 193d90a..0572200 100755 --- a/config/config.php.example +++ b/config/config.php.example @@ -8,7 +8,7 @@ namespace MyImouto; * Values placed here will overwrite the values in the parent class. * List the properties you want to overwrite. */ -class BooruConfig extends DefaultBooruConfig +class LocalConfig extends DefaultConfig { # The name of this booru. public $app_name = 'my.imouto';