diff --git a/.hta_slug/admin/add-forms.php b/.hta_slug/admin/add-forms.php
index 268288d..ecbb38f 100644
--- a/.hta_slug/admin/add-forms.php
+++ b/.hta_slug/admin/add-forms.php
@@ -60,17 +60,15 @@
- | Serial |
+ ID |
Form Name |
Business Verticals |
- Time |
Action |
setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
$stmt = $conn->prepare("SELECT * FROM addforms ORDER BY created_at DESC");
@@ -79,14 +77,14 @@
foreach($rows as $row){
?>
- |
+ |
|
|
|
|
diff --git a/.hta_slug/admin/delete-forms.php b/.hta_slug/admin/delete-form.php
similarity index 100%
rename from .hta_slug/admin/delete-forms.php
rename to .hta_slug/admin/delete-form.php
diff --git a/.hta_slug/admin/edit-forms.php b/.hta_slug/admin/edit-form.php
similarity index 100%
rename from .hta_slug/admin/edit-forms.php
rename to .hta_slug/admin/edit-form.php