-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from iflylabs/Neil
change in dashabord url
- Loading branch information
Showing
7 changed files
with
37 additions
and
5 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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
<authorEmail>[email protected]</authorEmail> | ||
<authorUrl>https://iflychat.com</authorUrl> | ||
<developerKey>8c9a3ad5afd04feaf91851fdd2d30086</developerKey> | ||
<build>9</build> | ||
<build>10</build> | ||
<copyright>(C) 2009 Oxwall Foundation. All rights reserved.</copyright> | ||
<license>GNU General Public License version 2 or later; see LICENSE.txt</license> | ||
<licenseUrl>http://www.opensource.org/licenses/bsd-license.php</licenseUrl> | ||
|
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?php | ||
|
||
/** | ||
* @package iFlyChat | ||
* @version 1.0.0 | ||
* @copyright Copyright (C) 2014 iFlyChat. All rights reserved. | ||
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html | ||
* @author iFlyChat Team | ||
* @link https://iflychat.com | ||
*/ | ||
|
||
|
||
|
||
//Clearing cache | ||
OW_ViewRenderer::getInstance()->clearCompiledTpl(); | ||
OW::getCacheManager()->clean(array(),OW_CacheManager::CLEAN_ALL); |
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?php | ||
|
||
/** | ||
* @package iFlyChat | ||
* @version 1.0.0 | ||
* @copyright Copyright (C) 2014 iFlyChat. All rights reserved. | ||
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html | ||
* @author iFlyChat Team | ||
* @link https://iflychat.com | ||
*/ | ||
|
||
|
||
|
||
//Clearing cache | ||
OW_ViewRenderer::getInstance()->clearCompiledTpl(); | ||
OW::getCacheManager()->clean(array(),OW_CacheManager::CLEAN_ALL); |
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,5 +1,5 @@ | ||
{$menu} | ||
<a href='/iflychat/app-dashboard' target="_blank"> | ||
<input type="button" class="btn btn-small btn-success" value="Open App Dashboard in New tab"> | ||
<a href="/iflychat/app-dashboard" target="_blank"> | ||
<input type="button" class="btn btn-small btn-success" value="Open App Dashboard in New tab"> | ||
</a> | ||
<!--<iframe id = "app_settings" style = "width:105%; height:600px; border:none;" src ={$dashboardUrl}></iframe>--> |