From 35bac6977c355dc650a948f3220a78f49ce725cd Mon Sep 17 00:00:00 2001
From: Jared Hancock <jared@osticket.com>
Date: Sat, 23 Jun 2012 23:25:58 -0500
Subject: [PATCH] Remove FollowSymLinks .htaccess Option

There are no symlinks in the api/ folder or subfolder
---
 api/.htaccess | 1 -
 1 file changed, 1 deletion(-)

diff --git a/api/.htaccess b/api/.htaccess
index e230ac6e1..e73e2eb3b 100644
--- a/api/.htaccess
+++ b/api/.htaccess
@@ -1,4 +1,3 @@
-Options +FollowSymLinks
 RewriteEngine On
 
 RewriteBase /api/
-- 
GitLab