recusfiscaux/www/admin/action.php

10 lines
176 B
PHP

<?php
namespace Garradin;
if ($_POST['choix_versements'] == 'tous_versements') {
require('versements_personnes.php');
} else {
require('versements_activites.php');
}