diff --git a/images/ind19.png b/images/ind19.png
new file mode 100644
index 0000000..3e2c445
Binary files /dev/null and b/images/ind19.png differ
diff --git a/images/ind21.png b/images/ind21.png
new file mode 100644
index 0000000..799051a
Binary files /dev/null and b/images/ind21.png differ
diff --git a/public/adddocument.php b/public/adddocument.php
index 8fce405..5febddc 100644
--- a/public/adddocument.php
+++ b/public/adddocument.php
@@ -251,7 +251,7 @@ $certname->execute(); ?>
getColumnVal("photoone"))) { ?>
" height="200" alt="" />
-
+
|
@@ -261,6 +261,7 @@ $certname->execute(); ?>
getColumnVal("phototwo"))) { ?>
" height="200" alt="" />
+
|
@@ -751,7 +752,10 @@ $certname->execute(); ?>
// $("#photoaded").load(location.href + " #photoaded");
// SHOW PHOTO 1
- $('#cont_photoone').html(data);
+ $('#cont_photoone').html(
+ data + ' '
+ );
+
}
});
});
@@ -798,7 +802,10 @@ $certname->execute(); ?>
// $('.gallery').html(data);
// $("#photoaded").load(location.href + " #photoaded");
// SHOW PHOTO 2
- $('#cont_phototwo').html(data);
+ $('#cont_phototwo').html(
+ data + ' '
+ );
+
}
});
});
diff --git a/public/auth-creation.php b/public/auth-creation.php
index bf6c55e..f6f2547 100644
--- a/public/auth-creation.php
+++ b/public/auth-creation.php
@@ -271,7 +271,7 @@ if (isset($_POST['adduser'])) {
@@ -286,6 +286,8 @@ if (isset($_POST['adduser'])) {
@@ -293,6 +295,7 @@ if (isset($_POST['adduser'])) {
+
@@ -370,6 +373,8 @@ if (isset($_POST['adduser'])) {
}
};
+
+