golden hour
/home/phakp/public_html/formtools/global/api/examples
⬆️ Go Up
Upload
File/Folder
Size
Actions
examples-config.php
349 B
Del
OK
v1
-
Del
OK
v2
-
Del
OK
Edit: examples-config.php
<?php // you need to switch this to true to see the examples $examples_enabled = false; // these need to point to the API files on your server $path_to_api_v1 = "../../../core/global/api/api.php"; $path_to_api_v2 = "../../../core/global/api/API.class.php"; // exit immediately if the examples aren't enabled if (!$examples_enabled) { exit; }
Save