FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
textpattern/css.php at master · nope/textpattern · GitHub
nope
/
textpattern
Public
forked from
textpattern/textpattern
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
textpattern
/
css.php
Copy path
More file actions
More file actions
Latest commit
History
History
History
32 lines (26 loc) · 496 Bytes
Breadcrumbs
textpattern
/
css.php
Copy path
File metadata and controls
32 lines (26 loc) · 496 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?php
/*
$HeadURL$
$LastChangedRevision$
*/
if
(@
ini_get
(
'
register_globals
'
))
foreach
(
$
_REQUEST
as
$
name
=>
$
value
)
unset(
$
$
name
);
header
(
'
Content-type: text/css
'
);
if
(!
defined
(
"
txpath
"
))
{
define
(
"
txpath
"
,
dirname
(
__FILE__
).
'
/textpattern
'
);
}
if
(!
isset
(
$
txpcfg
[
'
table_prefix
'
]))
{
ob_start
(
NULL
,
2048
);
include
txpath.
'
/config.php
'
;
ob_end_clean
();
}
$
nolog
=
1
;
define
(
"
txpinterface
"
,
"
css
"
);
include
txpath.
'
/publish.php
'
;
$
s
=
gps
(
'
s
'
);
$
n
=
gps
(
'
n
'
);
output_css
(
$
s
,
$
n
);
?>
Back
|
FazBrowse Home
|
New Git URL