mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-24 08:56:43 +00:00
Moved php from cgi-bin to backend
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
include ("cgi-bin/saveGraphHelpers.php");
|
||||
include ("backend/saveGraphHelpers.php");
|
||||
include ("./src/graphs_examples_func.php");
|
||||
|
||||
//ini_set('display_errors', 1);
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
include ("cgi-bin/saveGraphHelpers.php");
|
||||
include ("backend/saveGraphHelpers.php");
|
||||
include ("./src/vote_func.php");
|
||||
|
||||
$g_lang["current_language"] = "ru";
|
||||
|
||||
Reference in New Issue
Block a user