Skip to content

Commit

Permalink
drone change
Browse files Browse the repository at this point in the history
  • Loading branch information
zero-24 committed Feb 24, 2017
1 parent 665d078 commit cf28c74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion administrator/includes/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
$app = JFactory::getApplication('administrator');

// Execute the application.
$app->execute();
$app->execute();
2 changes: 1 addition & 1 deletion administrator/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
define('_JEXEC', 1);

// Run the application - All executable code should be triggered through this file
require_once dirname(__FILE__) . '/includes/app.php';
require_once dirname(__FILE__) . '/includes/app.php';
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
define('_JEXEC', 1);

// Run the application - All executable code should be triggered through this file
require_once dirname(__FILE__) . '/includes/app.php';
require_once dirname(__FILE__) . '/includes/app.php';

0 comments on commit cf28c74

Please sign in to comment.