İlk temizlik tamamlandı bir önceki projeden
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
function getBeforeSlash($input) {
|
||||
$input = str_replace("/141", "", $input);
|
||||
$input = str_replace("/111", "", $input);
|
||||
return $input;
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user