Skip to content

Commit dc44434

Browse files
GiovanniGiovanni
authored andcommitted
First really working version
1 parent bbff560 commit dc44434

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

New/beethoven.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
$is_mobile = cookie_management();
99

1010
# Set the cache control header
11-
//header("Cache-Control: max-age=604800");
11+
header("Cache-Control: max-age=604800");
1212

1313
$html_to_print = '<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><title>Lyrics of Beethoven\'s Ode to Joy - Lyrics repository</title><link rel="stylesheet" type="text/css" href="'.$path_parts['dirname'].'/base.php"/>';
1414
if ($is_mobile == 0)

New/beethovenlife.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
$is_mobile = cookie_management();
99

1010
# Set the cache control header
11-
//header("Cache-Control: max-age=604800");
11+
header("Cache-Control: max-age=604800");
1212

1313
$html_to_print = '<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><title>Lyrics of Beethoven\'s Ode to Joy - Lyrics repository</title><link rel="stylesheet" type="text/css" href="'.$path_parts['dirname'].'/base.php"/>';
1414
if ($is_mobile == 0)

0 commit comments

Comments
 (0)