mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-02-16 02:30:51 +00:00
fix php cgi scripts. Renamed BFS.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<?
|
||||
<?php
|
||||
|
||||
$matrix = $_GET["matrix"];
|
||||
$text = $_GET["text"];
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
|
||||
$tempFilename = "../tmp/pluginsList.txt";
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?
|
||||
<?php
|
||||
|
||||
include ("../core/config/main.php");
|
||||
include ("saveGraphHelpers.php");
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?
|
||||
<?php
|
||||
|
||||
include ("../core/config/main.php");
|
||||
include ("saveGraphHelpers.php");
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
/*
|
||||
Sample page
|
||||
*/
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
include ("../core/config/main.php");
|
||||
|
||||
if (!isset($_COOKIE["vote0"]))
|
||||
|
||||
Reference in New Issue
Block a user