Update the APIv3 documentation links.
[civicrm-core.git] / extern / rest.php
index 6e1c581f178c6fedef836a4921cd187da971e4da..503de82ce77c83d33da77c8b73fe199564ab61dc 100644 (file)
@@ -31,7 +31,6 @@ $config = CRM_Core_Config::singleton();
 if (defined('PANTHEON_ENVIRONMENT')) {
   ini_set('session.save_handler', 'files');
 }
-session_start();
 $rest = new CRM_Utils_REST();
 
 // Json-appropriate header will be set by CRM_Utils_Rest