|
@@ -138,7 +138,7 @@
|
|
|
|
|
|
foreach($res_data as $form) {
|
|
foreach($res_data as $form) {
|
|
$id = $form['view_hash'];
|
|
$id = $form['view_hash'];
|
|
- $url = generateURI("/forms/viewer.php?id=$id");
|
|
+ $url = "../forms/viewer.php?id=$id";
|
|
$active = boolval($form['active']) ? 'checked' : '';
|
|
$active = boolval($form['active']) ? 'checked' : '';
|
|
$email = $form['email'];
|
|
$email = $form['email'];
|
|
print '<tr>';
|
|
print '<tr>';
|