Skip to content

Commit 90afb38

Browse files
committed
💯Updated Version
1 parent 003954e commit 90afb38

File tree

906 files changed

+85066
-58120
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

906 files changed

+85066
-58120
lines changed

.htaccess

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ RewriteCond %{HTTPS} off
44
RewriteCond %{HTTP:X-Forwarded-Proto} !https
55
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
66
Options -Indexes
7-
ErrorDocument 400 https://athena-dbms.42web.io/error/400.htm
8-
ErrorDocument 401 https://athena-dbms.42web.io/error/401.htm
9-
ErrorDocument 403 https://athena-dbms.42web.io/error/403.htm
10-
ErrorDocument 404 https://athena-dbms.42web.io/error/404.htm
11-
ErrorDocument 501 https://athena-dbms.42web.io/error/501.htm
12-
ErrorDocument 503 https://athena-dbms.42web.io/error/503.htm
7+
ErrorDocument 400 https://pdc-fallsem.42web.io/error/400.htm
8+
ErrorDocument 401 https://pdc-fallsem.42web.io/error/401.htm
9+
ErrorDocument 403 https://pdc-fallsem.42web.io/error/403.htm
10+
ErrorDocument 404 https://pdc-fallsem.42web.io/error/404.htm
11+
ErrorDocument 501 https://pdc-fallsem.42web.io/error/501.htm
12+
ErrorDocument 503 https://pdc-fallsem.42web.io/error/503.htm

about/index.php

Lines changed: 196 additions & 199 deletions
Large diffs are not rendered by default.

account/FPDF/fpdf.css

Lines changed: 21 additions & 120 deletions
Original file line numberDiff line numberDiff line change
@@ -1,120 +1,21 @@
1-
body {
2-
font-family: "Times New Roman", serif;
3-
}
4-
5-
h1 {
6-
font: bold 135% Arial, sans-serif;
7-
color: #4000a0;
8-
margin-bottom: 0.9em;
9-
}
10-
11-
h2 {
12-
font: bold 95% Arial, sans-serif;
13-
color: #900000;
14-
margin-top: 1.5em;
15-
margin-bottom: 1em;
16-
}
17-
18-
dl.param dt {
19-
text-decoration: underline;
20-
}
21-
22-
dl.param dd {
23-
margin-top: 1em;
24-
margin-bottom: 1em;
25-
}
26-
27-
dl.param ul {
28-
margin-top: 1em;
29-
margin-bottom: 1em;
30-
}
31-
32-
tt,
33-
code,
34-
kbd {
35-
font-family: "Courier New", Courier, monospace;
36-
font-size: 82%;
37-
}
38-
39-
div.source {
40-
margin-top: 1.4em;
41-
margin-bottom: 1.3em;
42-
}
43-
44-
div.source pre {
45-
display: table;
46-
border: 1px solid #24246a;
47-
width: 100%;
48-
margin: 0em;
49-
font-family: inherit;
50-
font-size: 100%;
51-
}
52-
53-
div.source code {
54-
display: block;
55-
border: 1px solid #c5c5ec;
56-
background-color: #f0f5ff;
57-
padding: 6px;
58-
color: #000000;
59-
}
60-
61-
div.doc-source {
62-
margin-top: 1.4em;
63-
margin-bottom: 1.3em;
64-
}
65-
66-
div.doc-source pre {
67-
display: table;
68-
width: 100%;
69-
margin: 0em;
70-
font-family: inherit;
71-
font-size: 100%;
72-
}
73-
74-
div.doc-source code {
75-
display: block;
76-
background-color: #e0e0e0;
77-
padding: 4px;
78-
}
79-
80-
.kw {
81-
color: #000080;
82-
font-weight: bold;
83-
}
84-
85-
.str {
86-
color: #cc0000;
87-
}
88-
89-
.cmt {
90-
color: #008000;
91-
}
92-
93-
p.demo {
94-
text-align: center;
95-
margin-top: -0.9em;
96-
}
97-
98-
a.demo {
99-
text-decoration: none;
100-
font-weight: bold;
101-
color: #0000cc;
102-
}
103-
104-
a.demo:link {
105-
text-decoration: none;
106-
font-weight: bold;
107-
color: #0000cc;
108-
}
109-
110-
a.demo:hover {
111-
text-decoration: none;
112-
font-weight: bold;
113-
color: #0000ff;
114-
}
115-
116-
a.demo:active {
117-
text-decoration: none;
118-
font-weight: bold;
119-
color: #0000ff;
120-
}
1+
body {font-family:"Times New Roman",serif}
2+
h1 {font:bold 135% Arial,sans-serif; color:#4000A0; margin-bottom:0.9em}
3+
h2 {font:bold 95% Arial,sans-serif; color:#900000; margin-top:1.5em; margin-bottom:1em}
4+
dl.param dt {text-decoration:underline}
5+
dl.param dd {margin-top:1em; margin-bottom:1em}
6+
dl.param ul {margin-top:1em; margin-bottom:1em}
7+
tt, code, kbd {font-family:"Courier New",Courier,monospace; font-size:82%}
8+
div.source {margin-top:1.4em; margin-bottom:1.3em}
9+
div.source pre {display:table; border:1px solid #24246A; width:100%; margin:0em; font-family:inherit; font-size:100%}
10+
div.source code {display:block; border:1px solid #C5C5EC; background-color:#F0F5FF; padding:6px; color:#000000}
11+
div.doc-source {margin-top:1.4em; margin-bottom:1.3em}
12+
div.doc-source pre {display:table; width:100%; margin:0em; font-family:inherit; font-size:100%}
13+
div.doc-source code {display:block; background-color:#E0E0E0; padding:4px}
14+
.kw {color:#000080; font-weight:bold}
15+
.str {color:#CC0000}
16+
.cmt {color:#008000}
17+
p.demo {text-align:center; margin-top:-0.9em}
18+
a.demo {text-decoration:none; font-weight:bold; color:#0000CC}
19+
a.demo:link {text-decoration:none; font-weight:bold; color:#0000CC}
20+
a.demo:hover {text-decoration:none; font-weight:bold; color:#0000FF}
21+
a.demo:active {text-decoration:none; font-weight:bold; color:#0000FF}

0 commit comments

Comments
 (0)