Skip to content

Commit

Permalink
Motto change
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-deluna committed Jul 20, 2014
1 parent 7421550 commit 54a9bc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CCF/app/config/app.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
/*
* an description of your application
*/
'description' => 'ClanCats Framework efficiency, clarity and performance.',
'description' => 'ClanCats Framework, because your time is precious. HMVC PHP framework.',
);
3 changes: 2 additions & 1 deletion cli
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ require_once __DIR__."/framework.php";


// get passed arguments
if ( isset( $argv ) ) {
if ( isset( $argv ) )
{
array_shift( $argv );
$argv = implode( ' ', $argv );
}
Expand Down

0 comments on commit 54a9bc4

Please sign in to comment.