Skip to content

Commit

Permalink
some stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
trey committed Dec 28, 2007
1 parent ec4d86e commit 2f371be
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion public/admin/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
$_SESSION['password'] = YARK_PASSWORD;
else {
// TODO login page
require_once('partials/login.php');
require_once('pages/login.php');
exit;
}
}
Expand Down
2 changes: 1 addition & 1 deletion public/admin/partials/header.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>Yark: Login</title>
<title>Yark</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="css/reset.css" type="text/css" media="all">
<link rel="stylesheet" href="css/main.css" type="text/css" media="all">
Expand Down
8 changes: 0 additions & 8 deletions public/admin/partials/login.php

This file was deleted.

0 comments on commit 2f371be

Please sign in to comment.