Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
pepiuox committed Jun 19, 2024
1 parent ccce745 commit 9b9586c
Show file tree
Hide file tree
Showing 29 changed files with 75,368 additions and 395 deletions.
2 changes: 1 addition & 1 deletion admin/adduser.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="row">
<?php
$form = new Form();
$newuser = new newUser();
$newuser = new NewUser();
if (isset($_SESSION['regsuccess'])) {
/* Registration was successful */
if ($_SESSION['regsuccess']) {
Expand Down
2 changes: 1 addition & 1 deletion admin/views/crud.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
if (isset($_GET['w']) && !empty($_GET['w'])) {
$w = $p->secureStr($_GET['w']);
}
$set = new tableSettings();
$set = new TableSettings();
$c = new MyCRUD();

if ($w == "select") {
Expand Down
2 changes: 1 addition & 1 deletion assets/plugins/grapesjs/css/grapes.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 9b9586c

Please sign in to comment.