adding new page #7
Loading…
Reference in New Issue
No description provided.
Delete Branch "RomanGolienko/Roman_applicant-site:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -29,3 +34,2 @@
foreach ($arr[1] as $el) {
if (strpos($el, 'http') !== 0) {
$content = str_replace($el,'https://mkgtu.ru'.$el,$content);
if (!str_contains($el, 'https://')){
https://www.php.net/manual/en/function.str-starts-with.php
@ -0,0 +12,4 @@
$page = "https://mkgtu.ru/postuplenie/priemnaya-kampaniya/spetsialitet-magistratura-2022/";
move in service level
@ -38,6 +38,14 @@ Route::get('/web-consultations', function () {
return view('menu.abitur.web-consultations');
})->name('web-consultations');
Route::get('/spetsialitet-magistratura', function () {
specialty-magistracy
@ -41,0 +42,4 @@
return view('menu.abitur.spetsialitet-magistratura');
})->name('spetsialitet-magistratura');
Route::get('/kolledzh', function () {
college
Pull request closed