Open jonmrich opened 9 years ago
You have:
require_once 'carto.config.php'; on line 22.
require_once 'carto.config.php';
I think this should be:
require_once 'cartodb.config.php';
You have:
require_once 'carto.config.php';
on line 22.I think this should be:
require_once 'cartodb.config.php';