From 3d5593abc914d58276915383080939cd67c2fd40 Mon Sep 17 00:00:00 2001 From: qorg11 Date: Sun, 17 Oct 2021 19:01:28 +0200 Subject: [PATCH] Fixed shebang --- http/upload.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/upload.cgi b/http/upload.cgi index 1a8ee1e..636eba4 100755 --- a/http/upload.cgi +++ b/http/upload.cgi @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # This file is part of lainsafe. # lainsafe is free software: you can redistribute it and/or modify