I have the following underfined constant error:
test.php:
Notice: Use of undefined constant APP_ID - assumed 'APP_ID' in
/var/www/_calls/config.php on line 3
Relevant lines of code:
test.php:
require_once('config.php');
config.php:
define(APP_ID, 'Your app name');