13 lines
343 B
PHP
13 lines
343 B
PHP
|
|
<?php
|
||
|
|
/**
|
||
|
|
* CloudFW Customization File
|
||
|
|
* Orkun GÜRSEL - contact@orkungursel.com
|
||
|
|
*
|
||
|
|
* Please rename this file from "customization-sample.php" to "customization.php" to insert your custom codes.
|
||
|
|
* This file is included after loading the core files of CloudFw.
|
||
|
|
*/
|
||
|
|
|
||
|
|
/** BEGINS YOUR CUSTOM CODES */
|
||
|
|
|
||
|
|
|
||
|
|
/** ENDS YOUR CUSTOM CODES */
|