Skip to content

Commit

Permalink
[feat] Preparing for windows server instalation.
Browse files Browse the repository at this point in the history
  • Loading branch information
filipi committed Sep 20, 2024
1 parent ee7e6e2 commit c58c697
Show file tree
Hide file tree
Showing 18 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added setup.md
Binary file not shown.
6 changes: 3 additions & 3 deletions web/index.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?PHP
include_once("include/php_backwards_compatibility.inc");
include_once("include/escapeConfVars.inc");
include("include/conf.inc");escapeConfVars();
include_once("../include/php_backwards_compatibility.inc");
include_once("../include/escapeConfVars.inc");
include("../include/conf.inc");escapeConfVars();
$remoteDomain = "http://remotedomain";
if (isset($_GET['demanda'])) $demanda = intval($_GET['demanda']); else $demanda = 0;
if (isset($_GET['form'])) $form = $form = intval($_GET['form']); else $form = 0;
Expand Down

0 comments on commit c58c697

Please sign in to comment.