Skip to content

Commit

Permalink
Merge pull request #116 from internetarchive/schema-rewrtie
Browse files Browse the repository at this point in the history
Update statGen.php
  • Loading branch information
cyberpower678 authored Jan 10, 2024
2 parents 0845000 + bc841f6 commit c724a80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/statGen.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
@define( 'USER', $user );
@define( 'PASS', $pass );
@define( 'DB', $db );
@define( 'SECONDARYDB', $secondaryDB );
@define( 'IABOTDBSSL', $ssl );

require_once( IABOTROOT . '../../vendor/autoload.php' );
Expand Down

0 comments on commit c724a80

Please sign in to comment.