Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
tiki
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
Container Registry
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Tiki Wiki CMS Groupware
tiki
Commits
98c8cd72
Commit
98c8cd72
authored
Mar 25, 2014
by
Jyhem
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix minor notice warning when testing presence of .htaccess
parent
e2f0ad85
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
admin/include_sefurl.php
admin/include_sefurl.php
+1
-1
No files found.
admin/include_sefurl.php
View file @
98c8cd72
...
...
@@ -32,7 +32,7 @@ $smarty->assign('httpd', $httpd);
// Check if the URL rewriting configuration file is present and current
$configurationFile
=
"missing"
;
if
(
isset
(
$enabledFileName
))
{
$enabledFile
=
fopen
(
$enabledFileName
,
"r"
);
$enabledFile
=
@
fopen
(
$enabledFileName
,
"r"
);
if
(
$enabledFile
)
{
$referenceFile
=
fopen
(
$referenceFileName
,
"r"
);
if
(
$referenceFile
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment