]> git.mxchange.org Git - shipsimu.git/blobdiff - application/selector/init.php
Style convention applied (incomplete), pre/post filters added for form handler
[shipsimu.git] / application / selector / init.php
index 98105797a2871ac7c01a1f3aad276b628c3d30df..cf84d6876a5d124d25ff887ce048e2a380ff8072 100644 (file)
@@ -22,7 +22,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 //
 //
@@ -38,13 +38,13 @@ $app->setAppVersion("0.1a");
 $app->setAppShortName(FrameworkConfiguration::getInstance()->readConfig("selector_name"));
 
 // Initialize output system
-require(PATH . "inc/output.php");
+require(PATH . 'inc/output.php');
 
 // Initialize file i/o system
-require(PATH . "inc/file_io.php");
+require(PATH . 'inc/file_io.php');
 
 // Include the language sub-system
-require(PATH . "inc/language.php");
+require(PATH . 'inc/language.php');
 
 // [EOF]
 ?>