]> git.mxchange.org Git - admin.git/commitdiff
Installation wizard added to all applications
authorRoland Häder <roland@mxchange.org>
Fri, 13 Mar 2009 15:07:02 +0000 (15:07 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 13 Mar 2009 15:07:02 +0000 (15:07 +0000)
index.php

index f34d8f270f5ab6002116ffc135e7812d9533d382..62f3069b32d1af25c7da5d0f3f10fc5c0a2a964e 100644 (file)
--- 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
 //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.
  *
  * 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
         * 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
         */
         *
         * @return      void
         */