Fixed missing constant

This commit is contained in:
Albert Santoni 2014-06-18 18:42:55 -04:00
parent 971e81756c
commit 81699b3c65
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
<?php
define("WHMCS_API_URL", "https://account.sourcefabric.com/includes/api.php");
define("SUBDOMAIN_WHMCS_CUSTOM_FIELD_NAME", "Choose your domain");
class WhmcsLoginController extends Zend_Controller_Action
{