From: Roland Häder Date: Fri, 13 Mar 2009 15:07:02 +0000 (+0000) Subject: Installation wizard added to all applications X-Git-Url: https://git.mxchange.org/?p=admin.git;a=commitdiff_plain;h=6cac51730ae27d49fa8991962b42be08b047d12c Installation wizard added to all applications --- diff --git a/index.php b/index.php index f34d8f2..62f3069 100644 --- a/index.php +++ b/index.php @@ -4,7 +4,7 @@ define('DEVELOPER', true); //xdebug_start_trace(); /** * The main class with the entry point to the whole application. This class - * "emulates" Java(tm)'s entry point call. Additionally it covers local + * "emulates" Java's entry point call. Additionally it covers local * variables from outside access to prevent possible attacks on uninitialized * local variables. * @@ -160,7 +160,7 @@ class ApplicationEntryPoint { * The application's main entry point. This class isolates some local * variables which shall not become visible to outside because of security * concerns. We are doing this here to "emulate" the well-known entry - * point in Java(tm). + * point in Java. * * @return void */