forked from techjoomla/com_api
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Task techjoomla#63 feat: Add support to JWT
- Loading branch information
Amol Thite
committed
Oct 8, 2018
1 parent
584bca3
commit 7e9189c
Showing
35 changed files
with
2,513 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
<?php | ||
/** | ||
* @package com_api | ||
* @copyright Copyright (C) 2009 2014 Techjoomla, Tekdi Technologies Pvt. Ltd. All rights reserved. | ||
* @license GNU GPLv2 <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html> | ||
* @link http://techjoomla.com | ||
* Work derived from the original RESTful API by Techjoomla (https://github.com/techjoomla/Joomla-REST-API) | ||
* and the com_api extension by Brian Edgerton (http://www.edgewebworks.com) | ||
*/ | ||
* @package Com.Api | ||
* | ||
* @copyright Copyright (C) 2005 - 2017 Techjoomla, Techjoomla Pvt. Ltd. All rights reserved. | ||
* @license GNU General Public License version 2 or later; see LICENSE.txt | ||
*/ | ||
|
||
// Just as a place holder to include the correct helper file | ||
require_once JPATH_ADMINISTRATOR.'/components/com_menus/helpers/menus.php'; | ||
|
||
// @FIXME Find the purpose of this file and remove it | ||
require_once JPATH_ADMINISTRATOR . '/components/com_menus/helpers/menus.php'; |
Oops, something went wrong.