From 389f30bff71ad2fbbff80805021d2c619761cd0f Mon Sep 17 00:00:00 2001 From: Eike Foken Date: Fri, 16 Sep 2011 00:17:49 +0200 Subject: [PATCH] Fit headers of admin controllers --- application/controllers/admin/parameters.php | 5 +++-- application/controllers/admin/programs.php | 4 ++-- application/controllers/admin/servers.php | 4 ++-- application/controllers/admin/settings.php | 2 +- application/controllers/admin/users.php | 4 ++-- 5 files changed, 10 insertions(+), 9 deletions(-) diff --git a/application/controllers/admin/parameters.php b/application/controllers/admin/parameters.php index 133d222..a92f218 100644 --- a/application/controllers/admin/parameters.php +++ b/application/controllers/admin/parameters.php @@ -1,6 +1,6 @@ - + * Copyright (c) 2011 Karsten Heiken, Eike Foken * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -23,6 +23,7 @@ require_once APPPATH . 'core/Admin_Controller.php'; /** + * Parameter management. * * @author Eike Foken */ diff --git a/application/controllers/admin/programs.php b/application/controllers/admin/programs.php index 1184497..3c491a7 100644 --- a/application/controllers/admin/programs.php +++ b/application/controllers/admin/programs.php @@ -1,6 +1,6 @@ - + * Copyright (c) 2011 Karsten Heiken, Eike Foken * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/application/controllers/admin/servers.php b/application/controllers/admin/servers.php index 66c2c96..d39e648 100644 --- a/application/controllers/admin/servers.php +++ b/application/controllers/admin/servers.php @@ -1,6 +1,6 @@ - + * Copyright (c) 2011 Karsten Heiken, Eike Foken * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/application/controllers/admin/settings.php b/application/controllers/admin/settings.php index 87b5783..d3da144 100644 --- a/application/controllers/admin/settings.php +++ b/application/controllers/admin/settings.php @@ -1,4 +1,4 @@ - + * Copyright (c) 2011 Karsten Heiken, Eike Foken * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal