master
commit
dbb83449e3
14 changed files with 616 additions and 0 deletions
@ -0,0 +1,17 @@ |
||||
.DS_Store |
||||
/_notes |
||||
/_notesx |
||||
_notes |
||||
_notesX |
||||
._* |
||||
*.zip |
||||
._ |
||||
._* |
||||
image/cache/* |
||||
!.gitignore |
||||
system/cache/* |
||||
!.gitignore |
||||
vqmod/vqcache/* |
||||
!.gitignore |
||||
zip.lst |
||||
teste.php |
File diff suppressed because one or more lines are too long
@ -0,0 +1,7 @@ |
||||
<?php |
||||
|
||||
define('DB_DRIVER', 'dbmysqli'); |
||||
define('DB_HOSTNAME', '127.0.0.1'); |
||||
define('DB_USERNAME', 'root'); |
||||
define('DB_PASSWORD', ''); |
||||
define('DB_DATABASE', ''); |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1,10 @@ |
||||
<!doctype html> |
||||
<html> |
||||
<head> |
||||
<meta charset="ISO-8859-1"> |
||||
<title>Untitled Document</title> |
||||
</head> |
||||
|
||||
<body> |
||||
</body> |
||||
</html> |
@ -0,0 +1,10 @@ |
||||
<!doctype html> |
||||
<html> |
||||
<head> |
||||
<meta charset="ISO-8859-1"> |
||||
<title>Untitled Document</title> |
||||
</head> |
||||
|
||||
<body> |
||||
</body> |
||||
</html> |
Loading…
Reference in new issue