fix php cgi scripts. Renamed BFS.

This commit is contained in:
Oleg Sh 2019-05-25 14:25:08 +02:00
parent 27b12c4136
commit 381d6474a8
7 changed files with 9 additions and 6 deletions

View File

@ -1,4 +1,5 @@
<? <?php
$matrix = $_GET["matrix"]; $matrix = $_GET["matrix"];
$text = $_GET["text"]; $text = $_GET["text"];

View File

@ -1,4 +1,4 @@
<? <?php
$tempFilename = "../tmp/pluginsList.txt"; $tempFilename = "../tmp/pluginsList.txt";

View File

@ -1,4 +1,5 @@
<? <?php
include ("../core/config/main.php"); include ("../core/config/main.php");
include ("saveGraphHelpers.php"); include ("saveGraphHelpers.php");

View File

@ -1,4 +1,5 @@
<? <?php
include ("../core/config/main.php"); include ("../core/config/main.php");
include ("saveGraphHelpers.php"); include ("saveGraphHelpers.php");

View File

@ -1,4 +1,4 @@
<? <?php
/* /*
Sample page Sample page
*/ */

View File

@ -1,4 +1,4 @@
<? <?php
include ("../core/config/main.php"); include ("../core/config/main.php");
if (!isset($_COOKIE["vote0"])) if (!isset($_COOKIE["vote0"]))