From be40ba3b40e3778b94644143ab1da591f0ec3e55 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Sun, 06 Jan 2008 13:30:19 -0500 Subject: [PATCH] Fixed some typos. --- server/mods-enabled/client_module.inc.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/mods-enabled/client_module.inc.php b/server/mods-enabled/client_module.inc.php index d7de2f5..a70cbdf 100644 --- a/server/mods-enabled/client_module.inc.php +++ b/server/mods-enabled/client_module.inc.php @@ -1,7 +1,7 @@ <?php /* -Copyright (c) 2007, Till Brehm, projektfarm Gmbh +Copyright (c) 2008, Till Brehm, projektfarm Gmbh All rights reserved. Redistribution and use in source and binary forms, with or without modification, @@ -28,7 +28,7 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -class web_module { +class client_module { var $module_name = 'client_module'; var $class_name = 'client_module'; -- Gitblit v1.9.1