Skip to content

Commit

Permalink
Modify config
Browse files Browse the repository at this point in the history
  • Loading branch information
geraked committed Jun 7, 2021
1 parent 8791ad6 commit 1ee2dff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 1 addition & 5 deletions src/config.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
<?php
require_once('meta.php');

// To show debug errors change the number to 1
ini_set('display_errors', 0);

// Don't change these
define('VERSION', '1.0.0');
define('ADOBE_CONNECT', 'A');
define('BIGBLUEBUTTON', 'B');

// Type the web site URL. Putting a trailing slash at the end is necessary
define('URL', 'http://localhost/bams/');

Expand Down
6 changes: 6 additions & 0 deletions src/meta.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?php
define('VERSION', '1.1.0');

// Don't change these
define('ADOBE_CONNECT', 'A');
define('BIGBLUEBUTTON', 'B');

0 comments on commit 1ee2dff

Please sign in to comment.