Skip to content

Commit

Permalink
(permissions + messages+ history)pages + some modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
khaoulamerah committed Sep 20, 2024
1 parent 3aa41f1 commit 83e0712
Show file tree
Hide file tree
Showing 39 changed files with 22,804 additions and 410 deletions.
3 changes: 3 additions & 0 deletions back-end/database.php → back-end/conn.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<?php
require 'rb.php';
R::setup();
R::freeze( TRUE );
R::setup( 'mysql:host=localhost;dbname=mydatabase',
'user', 'password' ); //for both mysql or mariaDB

$opts = getopt( '', [ 'add:', 'list' ] );
if ( isset( $opts['add'] ) ) {
Expand Down
Loading

0 comments on commit 83e0712

Please sign in to comment.