]> andersk Git - sql-web.git/blame - batch/batch.inc.php
Fix CSRF vulnerabilities
[sql-web.git] / batch / batch.inc.php
CommitLineData
2f91d7fe
JP
1<?php
2
3isset($i_u) || $i_u = '';
4isset($i_p) || $i_p = '';
5isset($i_d) || $i_d = '';
6
7$i_d = str_replace(' ', '+', $i_d);
8
9?>
This page took 0.081352 seconds and 5 git commands to generate.