Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Q
question2answer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
outils
question2answer
Commits
ceb304ff
Commit
ceb304ff
authored
Jul 11, 2015
by
pupi1985
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed unnecessary code
parent
9e4faa45
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
9 deletions
+0
-9
admin-default.php
qa-include/pages/admin/admin-default.php
+0
-1
qa-facebook-login-page.php
qa-plugin/facebook-login/qa-facebook-login-page.php
+0
-3
qa-xml-sitemap.php
qa-plugin/xml-sitemap/qa-xml-sitemap.php
+0
-5
No files found.
qa-include/pages/admin/admin-default.php
View file @
ceb304ff
...
...
@@ -1223,7 +1223,6 @@
$editors
=
qa_list_modules
(
'editor'
);
$selectoptions
=
array
();
$optionslinks
=
false
;
foreach
(
$editors
as
$editor
)
{
$selectoptions
[
qa_html
(
$editor
)]
=
strlen
(
$editor
)
?
qa_html
(
$editor
)
:
qa_lang_html
(
'admin/basic_editor'
);
...
...
qa-plugin/facebook-login/qa-facebook-login-page.php
View file @
ceb304ff
...
...
@@ -22,14 +22,11 @@
class
qa_facebook_login_page
{
private
$directory
;
private
$urltoroot
;
public
function
load_module
(
$directory
,
$urltoroot
)
{
$this
->
directory
=
$directory
;
$this
->
urltoroot
=
$urltoroot
;
}
public
function
match_request
(
$request
)
...
...
qa-plugin/xml-sitemap/qa-xml-sitemap.php
View file @
ceb304ff
...
...
@@ -137,8 +137,6 @@ class qa_xml_sitemap
{
@
ini_set
(
'display_errors'
,
0
);
// we don't want to show PHP errors inside XML
$siteurl
=
qa_opt
(
'site_url'
);
header
(
'Content-type: text/xml; charset=utf-8'
);
echo
'<?xml version="1.0" encoding="UTF-8"?>'
.
"
\n
"
;
...
...
@@ -262,9 +260,6 @@ class qa_xml_sitemap
}
}
// Finish up...
echo
"</urlset>
\n
"
;
return
null
;
...
...
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