diff --git a/README b/README index 5547d8570..b20ca8fa7 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ Si vous avez besoin d'aide pour l'installation utilisez la mailing list Pour souscrire ou faire des recherches - aller à http://mail.nongnu.org/mailman/listinfo/phpcompta-support + aller à https://lists.nongnu.org/mailman/listinfo/noalyss-generale diff --git a/html/export.php b/html/export.php index 8f8bbfb4f..90b027955 100644 --- a/html/export.php +++ b/html/export.php @@ -43,7 +43,14 @@ if ( $action=='X' || ! isset($_GET['act']) || $g_user->check_print($_GET['act']) exit(); } // get file and execute it - - $prfile=$cn->get_value("select me_file from menu_ref where me_code=$1",array($_GET['act'])); +$action=HtmlInput::default_value_get('act', null); +if ($action == null ) +{ + die(_('Appel invalide')); +} + $prfile=$cn->get_value("select me_file from menu_ref where me_code=$1",array($action)); + if ( $prfile == "") { + die (_('Export impossible')); + } require_once $prfile; ?> \ No newline at end of file diff --git a/html/js/infobulle.js b/html/js/infobulle.js index 36015afd7..3aa510847 100644 --- a/html/js/infobulle.js +++ b/html/js/infobulle.js @@ -64,6 +64,8 @@ content[33]='le type vaut :