Skip to content

Commit

Permalink
Improve the configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyCyborg committed Jul 14, 2019
1 parent 275621a commit 0d42914
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions app/Config/Routing.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,7 @@
// ^____________________^____^____________________Those are the parts of path which are validated.
//
'paths' => array(

// AdminLTE
'almasaeed2010/adminlte' => array(
'bower_components',
'dist',
'plugins'
),

// Bootstrap
'twbs/bootstrap' => 'dist',
//
),
),
);
2 changes: 1 addition & 1 deletion app/Platform/Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// Define The Application Version
//--------------------------------------------------------------------------

define('VERSION', '4.2.0');
define('VERSION', '4.2.1');

//--------------------------------------------------------------------------
// Set PHP Error Reporting Options
Expand Down

0 comments on commit 0d42914

Please sign in to comment.