From d2dc7ccfa1c3f296e6ca5e5ef9459ab154670b70 Mon Sep 17 00:00:00 2001 From: horus Date: Mon, 15 Mar 2021 18:16:14 +0100 Subject: Add untrack --- app.php | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'app.php') diff --git a/app.php b/app.php index 53ca7eb..bac509e 100644 --- a/app.php +++ b/app.php @@ -1,6 +1,7 @@ addFunction($function); - -function get_faces(){ - return json_decode( file_get_contents( __DIR__ . '/views/tools/faces/faces.json' ), true ); -} - -function str_starts_with( $haystack, $needle ) { - $length = strlen( $needle ); - return substr( $haystack, 0, $length ) === $needle; -} -- cgit v1.2.3