File manager - Edit - /home/autoph/public_html/projects/api/public/config.tar
Back
qr.php 0000644 00000000200 15024730461 0005671 0 ustar 00 <?php return [ 'logo' => '../public/assets/img/logo/AGC_CIRCLE.png', 'no_logo' => '../public/assets/img/blank.png', ]; sms.php 0000644 00000003014 15024730461 0006057 0 ustar 00 <?php return [ 'default' => [ 'uri' => 'https://api.philsms.com/outbound/v1', 'payload' => '{ "apiKey" : "aenda-5XRDT", "apiPass" : "3[#kQ.Rx~E", "mask" : "AUTOHUB GRP", "content" : "{message}", "msisdn" : "{mobile}" }', 'http_header' => ["Content-Type: application/json"], 'response' => [ "type" => "json", // Response type: text/json "key" => "status", // Key if json "success" => "201", // Response of success ], ], 'golf' => [ 'uri' => 'https://api.philsms.com/outbound/v1', 'payload' => '{ "apiKey" : "aenda-5XRDT", "apiPass" : "3[#kQ.Rx~E", "mask" : "101010GOLF", "content" : "{message}", "msisdn" : "{mobile}" }', 'http_header' => ["Content-Type: application/json"], 'response' => [ "type" => "json", "key" => "status", "success" => "201", ], ], 'itexmo' => [ 'uri' => 'https://www.itexmo.com/php_api/api.php', 'payload' => [ "1" => "{mobile}", "2" => "{message}", "3" => "PR-AUTOH172111_IE74I", "passwd" => "me}vfe3j#c", "5" => "HIGH", ], 'http_header' => ["Content-Type: application/x-www-form-urlencoded"], 'response' => [ "type" => "text", "key" => "", "success" => "0", ], ], ]; mail.php 0000644 00000000342 15024730461 0006200 0 ustar 00 <?php return [ 'default' => [ 'host' => '', 'port' => '', 'username' => '', 'password' => '', 'encryption' => '', 'from_address' => '', 'from_name' => '', ], ]; home/autoph/public_html/projects/api/.git/config 0000644 00000000507 15024756426 0015746 0 ustar 00 [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = git@github.com:AutoHub-Coderz/AutoHub-APIs.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "main"] remote = origin merge = refs/heads/main [receive] denyCurrentBranch = updateInstead [gc] auto = 0 postcss.config.js 0000644 00000000276 15025020064 0010043 0 ustar 00 'use strict' module.exports = { map: { inline: false, annotation: true, sourcesContent: true }, plugins: [ require('autoprefixer')({ cascade: false }) ] } .eslintrc.json 0000644 00000000371 15025020064 0007333 0 ustar 00 { "env": { "browser": false, "node": true }, "parserOptions": { "sourceType": "script" }, "extends": "../../.eslintrc.json", "rules": { "no-console": "off", "strict": "error", "unicorn/prefer-module": "off" } } rollup.config.js 0000644 00000001331 15025020064 0007653 0 ustar 00 'use strict' const { babel } = require('@rollup/plugin-babel') const pkg = require('../../package') const year = new Date().getFullYear() const banner = `/*! * AdminLTE v${pkg.version} (${pkg.homepage}) * Copyright 2014-${year} ${pkg.author} * Licensed under MIT (https://github.com/ColorlibHQ/AdminLTE/blob/master/LICENSE) */` module.exports = { input: 'build/js/AdminLTE.js', output: { banner, file: 'dist/js/adminlte.js', format: 'umd', globals: { jquery: 'jQuery' }, name: 'adminlte' }, external: ['jquery'], plugins: [ babel({ exclude: 'node_modules/**', // Include the helpers in the bundle, at most one copy of each babelHelpers: 'bundled' }) ] }
| ver. 1.4 |
.
| PHP 8.0.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings