mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-01 23:36:00 +00:00
fix php cgi scripts. Renamed BFS.
This commit is contained in:
parent
27b12c4136
commit
381d6474a8
@ -1,4 +1,5 @@
|
|||||||
<?
|
<?php
|
||||||
|
|
||||||
$matrix = $_GET["matrix"];
|
$matrix = $_GET["matrix"];
|
||||||
$text = $_GET["text"];
|
$text = $_GET["text"];
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?
|
<?php
|
||||||
|
|
||||||
$tempFilename = "../tmp/pluginsList.txt";
|
$tempFilename = "../tmp/pluginsList.txt";
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
<?
|
<?php
|
||||||
|
|
||||||
include ("../core/config/main.php");
|
include ("../core/config/main.php");
|
||||||
include ("saveGraphHelpers.php");
|
include ("saveGraphHelpers.php");
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
<?
|
<?php
|
||||||
|
|
||||||
include ("../core/config/main.php");
|
include ("../core/config/main.php");
|
||||||
include ("saveGraphHelpers.php");
|
include ("saveGraphHelpers.php");
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?
|
<?php
|
||||||
/*
|
/*
|
||||||
Sample page
|
Sample page
|
||||||
*/
|
*/
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?
|
<?php
|
||||||
include ("../core/config/main.php");
|
include ("../core/config/main.php");
|
||||||
|
|
||||||
if (!isset($_COOKIE["vote0"]))
|
if (!isset($_COOKIE["vote0"]))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user