From eb263ef213d2ccd317ef5da77530595dee2079de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=B3th=20Rich=C3=A1rd?= Date: Thu, 21 Nov 2019 22:44:41 +0100 Subject: [PATCH] and again --- cron/lock_trainings.php | 2 +- cron/money_check.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cron/lock_trainings.php b/cron/lock_trainings.php index 62a9a2b..90dac0b 100644 --- a/cron/lock_trainings.php +++ b/cron/lock_trainings.php @@ -2,7 +2,7 @@ //add some security check //ini_set('include_path', '../_class/'); -include('/var/www/cegled/_class/class_sql.php'); +include('/home/livingsp/badminton.livingsport.hu/_class/class_sql.php'); //$sql = new sql('cegled_mysql','root','','badminton_coach'); $sql = new sql('localhost','livingsp_coach','R186er012qw5','livingsp_badminton'); diff --git a/cron/money_check.php b/cron/money_check.php index 135c862..52fef63 100644 --- a/cron/money_check.php +++ b/cron/money_check.php @@ -2,7 +2,7 @@ //add some security check //ini_set('include_path', '../_class/'); -include('/var/www/cegled/_class/class_sql.php'); +include('/home/livingsp/badminton.livingsport.hu/_class/class_sql.php'); //$sql = new sql('cegled_mysql','root','','badminton_coach'); $sql = new sql('localhost','livingsp_coach','R186er012qw5','livingsp_badminton');