summaryrefslogtreecommitdiffstats
path: root/samples/export/excel.php
diff options
context:
space:
mode:
authorStanislau Wolski <stanislau.wolski@gmail.com>2014-08-08 15:50:58 +0300
committerStanislau Wolski <stanislau.wolski@gmail.com>2014-08-08 15:50:58 +0300
commit7e489ef83cf2b3854b71d357e9164ab1f00e310f (patch)
tree0580fbea288db47ab430f652e399dae01072b46e /samples/export/excel.php
parenta3f61f91ca50598de2126ea0864b3acc7f56a847 (diff)
downloadconnector-php-7e489ef83cf2b3854b71d357e9164ab1f00e310f.zip
connector-php-7e489ef83cf2b3854b71d357e9164ab1f00e310f.tar.gz
connector-php-7e489ef83cf2b3854b71d357e9164ab1f00e310f.tar.bz2
[update] updated to dhtmlx 4.x
Diffstat (limited to 'samples/export/excel.php')
-rw-r--r--samples/export/excel.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/export/excel.php b/samples/export/excel.php
index fc73a4b..6c0f3f8 100644
--- a/samples/export/excel.php
+++ b/samples/export/excel.php
@@ -1,5 +1,6 @@
<?php
require_once("../config.php");
+ require_once('../../codebase/db_pdo.php');
$res= new PDO($mysql_server,$mysql_user,$mysql_pass);