Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 410 → Rev 411

/web/acc/manager/htdocs/import_user.php
104,7 → 104,7
exit();
}
include_once($LIBpath.'functions.php');
if ($config[sql_use_operators] == 'true')
if ($config['sql_use_operators'] == 'true')
{
include($LIBpath."operators.php");
$text = ',op';
111,7 → 111,8
$passwd_op = ",':='";
}
$link = @da_sql_pconnect($config);
$choix = $_POST ['choix'];
if (isset ($_POST ['choix'])) { $choix = $_POST ['choix']; }
else { $choix = ''; }
if ($choix == "raz")
{
exec ("sudo /usr/local/sbin/alcasar-mysql.sh --raz");