[Freeswitch-svn] [commit] r12031 - in freeswitch/trunk/scripts/contrib/intralanman/PHP/fs_curl: . libs

FreeSWITCH SVN mphill at freeswitch.org
Sun Feb 15 10:29:35 PST 2009


Author: mphill
Date: Sun Feb 15 12:29:35 2009
New Revision: 12031

Log:
Created new libs directory and moved fs_pdo.php there



Added:
   freeswitch/trunk/scripts/contrib/intralanman/PHP/fs_curl/libs/
   freeswitch/trunk/scripts/contrib/intralanman/PHP/fs_curl/libs/fs_pdo.php   (props changed)
      - copied unchanged from r12030, /freeswitch/trunk/scripts/contrib/intralanman/PHP/fs_curl/fs_pdo.php
Removed:
   freeswitch/trunk/scripts/contrib/intralanman/PHP/fs_curl/fs_pdo.php
Modified:
   freeswitch/trunk/scripts/contrib/intralanman/PHP/fs_curl/fs_curl.php

Modified: freeswitch/trunk/scripts/contrib/intralanman/PHP/fs_curl/fs_curl.php
==============================================================================
--- freeswitch/trunk/scripts/contrib/intralanman/PHP/fs_curl/fs_curl.php	(original)
+++ freeswitch/trunk/scripts/contrib/intralanman/PHP/fs_curl/fs_curl.php	Sun Feb 15 12:29:35 2009
@@ -55,7 +55,7 @@
         header('Content-Type: text/xml');
         $this -> open_xml();
         $this -> generate_request_array();
-        $inc = array('required'=>'fs_pdo.php'); // include an external file. i.e. 'required'=>'important_file.php'
+        $inc = array('required'=>'libs/fs_pdo.php'); // include an external file. i.e. 'required'=>'important_file.php'
         $this -> include_files($inc);
         $this -> connect_db(DEFAULT_DSN, DEFAULT_DSN_LOGIN, DEFAULT_DSN_PASSWORD );
         set_error_handler(array($this, 'error_handler'));



More information about the Freeswitch-svn mailing list