| .. | |||||
| cache | |||||
| config | |||||
| controllers | |||||
| core | |||||
| helpers | |||||
| hooks | |||||
| language | |||||
| libraries | |||||
| logs | |||||
| migrations | |||||
| models | |||||
| third_party | |||||
| userguide | |||||
| views | |||||
| .htaccess | |||||
| composer.json | |||||
| index.html |
| Server IP : 103.169.32.36 / Your IP : 216.73.217.108 Web Server : Apache System : Linux web.dpmptsp 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : apache ( 48) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/dpmptsp/public_html/newsigniter/application/ |
Upload File : |
{
"name": "benedmunds/codeigniter-ion-auth",
"description": "Simple and Lightweight Auth System for CodeIgniter",
"type": "library",
"license": "MIT",
"homepage": "http://benedmunds.com/ion_auth",
"authors": [
{
"name": "Ben EDMUNDS"
}
],
"require": {
"php": ">=5.6"
},
"repositories": [
{
"type": "vcs",
"url": "git@github.com:benedmunds/CodeIgniter-Ion-Auth.git"
}
],
"scripts": {
"install-ion-auth": [
"[ -f application/config/ion_auth.php ] || cp -p vendor/benedmunds/codeigniter-ion-auth/config/ion_auth.php application/config/",
"[ -f application/controllers/Auth.php ] || cp -p vendor/benedmunds/codeigniter-ion-auth/controllers/Auth.php application/controllers/",
"cp -p vendor/benedmunds/codeigniter-ion-auth/libraries/Ion_auth.php application/libraries/",
"cp -p vendor/benedmunds/codeigniter-ion-auth/models/Ion_auth_model.php application/models/",
"[ -d application/views/auth ] || cp -pr vendor/benedmunds/codeigniter-ion-auth/views/* application/views/"
],
"post-install-cmd": [
"@install-ion-auth"
],
"post-update-cmd": [
"@install-ion-auth"
]
}
}
| .. | |||||
| cache | |||||
| config | |||||
| controllers | |||||
| core | |||||
| helpers | |||||
| hooks | |||||
| language | |||||
| libraries | |||||
| logs | |||||
| migrations | |||||
| models | |||||
| third_party | |||||
| userguide | |||||
| views | |||||
| .htaccess | |||||
| composer.json | |||||
| index.html |