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
<?php | |
/** | |
* Example | |
*/ | |
namespace MyNameSpace; | |
use Slim\App as Slim; | |
use Pentagonal\Component\Slim\BenchMark; | |
/** |
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
# Deny First | |
Deny from all | |
# Does not allow access executable files | |
# Allow only if not an executable / static resource | |
# that allow to be access | |
# note : | |
# ?i: = hat means incase sensitive | |
# (?!( = start except of current regex | |
# Below setting is affected to : |
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
<?php | |
/** | |
* Hackie of CI 3 Core URL Fix Sanitized | |
* Automation detect base url | |
* @pentagonal | |
*/ | |
if (!class_exists('CI_Config')) { | |
return; | |
} |
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
/*! Util JS | |
* Small File javascript function | |
* collection Without jQuery as User Authentication Helper | |
* @author awan <nawa (at) yahoo (dot) com> | |
* | |
-------------------------------- */ | |
/** | |
* global zxcvbn | |
* Get scores of password meter |
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
<?php | |
/** | |
* @author awan < nawa (at) yahoo (dot) com > | |
* | |
*/ | |
/** | |
* Function to build SQL /Importing SQL DATA | |
* |