mirror of
https://github.com/getgrav/grav.git
synced 2026-03-18 02:21:11 +01:00
Merge remote-tracking branch 'origin/1.6' into 1.6
This commit is contained in:
Binary file not shown.
1
bin/gpm
1
bin/gpm
@@ -55,6 +55,7 @@ $grav->setup($environment);
|
||||
|
||||
$grav['config']->init();
|
||||
$grav['uri']->init();
|
||||
$grav['users'];
|
||||
|
||||
$app = new Application('Grav Package Manager', GRAV_VERSION);
|
||||
$app->addCommands(array(
|
||||
|
||||
@@ -56,6 +56,7 @@ $grav['config']->init();
|
||||
$grav['uri']->init();
|
||||
$grav['plugins']->init();
|
||||
$grav['themes']->init();
|
||||
$grav['users'];
|
||||
|
||||
|
||||
$app = new Application('Grav Plugins Commands', GRAV_VERSION);
|
||||
|
||||
Reference in New Issue
Block a user