]> git.sur5r.net Git - bacula/docs/commitdiff
ebl update
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 3 Mar 2008 22:14:00 +0000 (22:14 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 3 Mar 2008 22:14:00 +0000 (22:14 +0000)
docs/home-page/en/pages/testimonial.php

index 71fdc69117714f1da3504a061c2de06e707618fb..eaa9c4101bc16eb620fa929eb62e5183e1bd4ab5 100644 (file)
@@ -1,6 +1,6 @@
 <? require_once("inc/header.php"); ?>
 <?
-$dat_dir = '/testimonials';
+$dat_dir = '/tmp/testimonials';
 
 $org_type_lst = array(
        '0'   => "SELECT ONE",
@@ -222,7 +222,7 @@ information about how this data will be used.
 
 <tr>
         <td class="content">
-<form enctype="multipart/form-data" method='post' action='?page=testimonial'>
+<form name='form1' enctype="multipart/form-data" method='post' action='?page=testimonial'>
 <input type='hidden' name='page' value='testimonial'>
 <table border='0' class='Content'>
 
@@ -468,6 +468,9 @@ we find the need.
 
 
 </table>
+<script type="text/javascript" language="JavaScript">
+</script>
 <?
 
 }
@@ -502,7 +505,7 @@ if ($_REQUEST['btnSubmit'] == 'Modify') {
 
         $form = get_formul();
         if (!$form) {
-                echo "Sorry, something is missing, I cannot accept your submission";
+                echo "Sorry, something is missing, I can't accept your submission";
         } else {
                 $token = uniqid(md5(rand()), true);
                 $filename = "$dat_dir/profile.$token";
@@ -714,8 +717,8 @@ function get_file_from_id()
 function send_email($id, $email)
 {
         // Your email address
-        $from = 'kern@sibbald.com';
-//        $from = 'eric@eb.homelinux.org';
+//        $from = 'kern@sibbald.com';
+        $from = 'eric@eb.homelinux.org';
 
         // The subject
         $subject = "[BACULA] New testimonial";
@@ -754,9 +757,9 @@ function get_formul()
                 $formul[$arr] = preg_replace('/[^a-zA-Z0-9!\.?\:\/,;_()@\n -]/', " ", $_REQUEST[$arr]);
         }
 
-        $attribs = array('title','website','hardware_comments','comments');
+        $attribs = array('title','website','hardware_comments','comments')             ;
         foreach ($attribs as $arr) {
-                $formul[$arr] = preg_replace('/[^a-zA-Z0-9!\.?\:\/,;_()@ -]/', " ", $_REQUEST[$arr]);
+                $formul[$arr] = preg_replace('/[^a-zA-Z0-9!\.?\:\/,;_()@\n -]/', " ", $_REQUEST[$arr]);
         }
 
         $attribs = array('publish_contact','publish_email', 'publish_orgname', 'orgtype_id', 
@@ -780,7 +783,7 @@ function get_formul()
 
         if ($_FILES['org_logo']) {
                 $token = uniqid(md5(rand()), true);
-                $image = "upload/$token";
+                $image = "/upload/$token";
 
                 if (preg_match("/(jpg|jpeg)$/i", $_FILES['org_logo']['name'])) {
                         $image = "$image.jpg";