Skip to content
Snippets Groups Projects
Commit f38242e7 authored by Imran Hussain's avatar Imran Hussain
Browse files

Misc fixes to the website

parent cf13a11f
No related branches found
No related tags found
No related merge requests found
<?PHP
require("/var/www/sucssite/htdocs/settings.php");
require("/usr/share/php/adodb/adodb.inc.php");
$dbname = 'sucssite';
$dbuser = 'apache';
$DB = NewADOConnection('postgres8');
$DB->Connect('dbname='.$dbname.' user='.$dbuser);
$DB->SetCharSet('utf8');
$DB->SetFetchMode(ADODB_FETCH_ASSOC);
include($base."components/motd.php");
......@@ -24,7 +24,7 @@
-->
<div>
<img style="max-height:100%; max-width:100%;" src="https://sucs.org/cam/lastsnap.jpg">
<img style="max-height:100%; max-width:100%;" src="https://sucs.org/images/lastsnap.jpg">
</div>
</div>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment