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
+2 -1
View File
@@ -1,4 +1,5 @@
<?
<?php
$matrix = $_GET["matrix"];
$text = $_GET["text"];
+1 -1
View File
@@ -1,4 +1,4 @@
<?
<?php
$tempFilename = "../tmp/pluginsList.txt";
+2 -1
View File
@@ -1,4 +1,5 @@
<?
<?php
include ("../core/config/main.php");
include ("saveGraphHelpers.php");
+2 -1
View File
@@ -1,4 +1,5 @@
<?
<?php
include ("../core/config/main.php");
include ("saveGraphHelpers.php");
+1 -1
View File
@@ -1,4 +1,4 @@
<?
<?php
/*
Sample page
*/
+1 -1
View File
@@ -1,4 +1,4 @@
<?
<?php
include ("../core/config/main.php");
if (!isset($_COOKIE["vote0"]))