Skip to content

Commit

Permalink
FIX: mysqli conn
Browse files Browse the repository at this point in the history
  • Loading branch information
drosanda committed Nov 8, 2024
1 parent 7007d1e commit 462afc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:

- name: Create config file
run: |
cat > app/config/production.php << 'EOL'
cat > app/config/development.php << 'EOL'
<?php
$site = "http://".$_SERVER['HTTP_HOST']."/";
$method = "PATH_INFO";//REQUEST_URI,PATH_INFO,ORIG_PATH_INFO,
$method = "REQUEST_URI";
$admin_secret_url = 'admin';
$cdn_url = '';
Expand Down

0 comments on commit 462afc2

Please sign in to comment.