]> git.andy128k.dev Git - ipf.git/commitdiff
minor cleanup
authorAndrey Kutejko <andy128k@gmail.com>
Thu, 18 Jul 2013 22:31:31 +0000 (01:31 +0300)
committerAndrey Kutejko <andy128k@gmail.com>
Thu, 18 Jul 2013 22:31:31 +0000 (01:31 +0300)
ipf/admin/static/admin/img/hbg.gif [deleted file]
ipf/session/app.php

diff --git a/ipf/admin/static/admin/img/hbg.gif b/ipf/admin/static/admin/img/hbg.gif
deleted file mode 100644 (file)
index 84e6359..0000000
Binary files a/ipf/admin/static/admin/img/hbg.gif and /dev/null differ
index e1046a584f4b9937093f9a39c11ce6b28328d648..3a0db0513e5b014381631cab6642b28403350cb7 100644 (file)
@@ -1,9 +1,12 @@
 <?php
 
-class IPF_Session_App extends IPF_Application{
-    public function __construct(){
+class IPF_Session_App extends IPF_Application
+{
+    public function __construct()
+    {
         parent::__construct(array(
-            'models'=>array('Session')
+            'models' => array('Session')
         ));
     }
-}
\ No newline at end of file
+}
+