⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
dalily-1.dev-unit.com
/
config
/
View File Name :
helpers.php
<?php return [ /* |-------------------------------------------------------------------------- | Package Helpers |-------------------------------------------------------------------------- | | This package comes with some pre-built helpers. Activate the ones | you wish to use by selecting them here. Valid options include: | | datetime, feedback, formatter, image, money, validation | */ 'package_helpers' => [], /* |-------------------------------------------------------------------------- | Custom Helpers |-------------------------------------------------------------------------- | | You are also encouraged to write your own helpers. If you prefer a | mapper based inclusion, you can selectively activate your custom | helpers by adding them here. Otherwise all PHP files in the | Helpers directory will be automatically loaded. | */ 'custom_helpers' => [], /* |-------------------------------------------------------------------------- | Directory |-------------------------------------------------------------------------- | | By default this package will look in the application's 'Helpers' | directory. However, you may choose to override the directory. | */ 'directory' => 'Helpers', /* |-------------------------------------------------------------------------- | Default Timezone |-------------------------------------------------------------------------- | | The 'datetime' helper provides an easy way to format all of your Datetime | instances according to a runtime timezone. As a fallback, you may | enter your applications's default timezone here. | */ 'default_timezone' => 'america/chicago', /* |-------------------------------------------------------------------------- | Default Image |-------------------------------------------------------------------------- | | The 'image' helper provides a simple default image when no image is | passed to it. Here you can define which image you would like to | use as the fallback image. The path is relative to the | resource root, or 'public' directory. | */ 'default_image' => 'images/noImage.svg', ];