mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
renamed folder
This commit is contained in:
@@ -98,7 +98,7 @@ class Lookup extends CI_Controller {
|
||||
}
|
||||
}
|
||||
} else {
|
||||
$src = 'assets/ressources/clublog_scp.txt';
|
||||
$src = 'assets/resources/clublog_scp.txt';
|
||||
if (copy($src, $file)) {
|
||||
$this->scp();
|
||||
} else {
|
||||
|
||||
@@ -471,7 +471,7 @@ class QSO extends CI_Controller {
|
||||
}
|
||||
}
|
||||
} else {
|
||||
$src = 'assets/ressources/wwff.txt';
|
||||
$src = 'assets/resources/wwff.txt';
|
||||
if (copy($src, $file)) {
|
||||
$this->get_wwff();
|
||||
} else {
|
||||
@@ -507,7 +507,7 @@ class QSO extends CI_Controller {
|
||||
}
|
||||
}
|
||||
} else {
|
||||
$src = 'assets/ressources/pota.txt';
|
||||
$src = 'assets/resources/pota.txt';
|
||||
if (copy($src, $file)) {
|
||||
$this->get_pota();
|
||||
} else {
|
||||
@@ -546,7 +546,7 @@ class QSO extends CI_Controller {
|
||||
}
|
||||
}
|
||||
} else {
|
||||
$src = 'assets/ressources/dok.txt';
|
||||
$src = 'assets/resources/dok.txt';
|
||||
if (copy($src, $file)) {
|
||||
$this->get_dok();
|
||||
} else {
|
||||
|
||||
@@ -30,7 +30,7 @@ class Pota
|
||||
}
|
||||
}
|
||||
} else {
|
||||
$src = 'assets/ressources/pota.txt';
|
||||
$src = 'assets/resources/pota.txt';
|
||||
if (copy($src, $file)) {
|
||||
$this->get($query);
|
||||
} else {
|
||||
|
||||
@@ -30,7 +30,7 @@ class Sota
|
||||
}
|
||||
}
|
||||
} else {
|
||||
$src = 'assets/ressources/sota.txt';
|
||||
$src = 'assets/resources/sota.txt';
|
||||
if (copy($src, $file)) {
|
||||
$this->get($query);
|
||||
} else {
|
||||
|
||||
@@ -30,7 +30,7 @@ class Wwff
|
||||
}
|
||||
}
|
||||
} else {
|
||||
$src = 'assets/ressources/wwff.txt';
|
||||
$src = 'assets/resources/wwff.txt';
|
||||
if (copy($src, $file)) {
|
||||
$this->get($query);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user