cee7045f by Jeff Balicki

ddd

1 parent aed9c291
...@@ -7,7 +7,7 @@ function download_email() ...@@ -7,7 +7,7 @@ function download_email()
7 $title = $_REQUEST['title']; 7 $title = $_REQUEST['title'];
8 $phone = $_REQUEST['phone']; 8 $phone = $_REQUEST['phone'];
9 $designation = $_REQUEST['designation']; 9 $designation = $_REQUEST['designation'];
10 $dir = '/var/www/html/production/yournumbers.ca/wp-content/uploads/email_templates/'; 10 $dir = '/var/www/html/production/fp-canada/current/wp-content/uploads/email_templates/';
11 $url = '/wp-content/uploads/email_templates/'; 11 $url = '/wp-content/uploads/email_templates/';
12 12
13 ob_start();?> 13 ob_start();?>
......