Show sourcecode

The following files exists in this folder. Click to view.

webbutv3/word-app/

add-words.php
api/
components/
include.php
index.php
ini/
login.php
logout.php
practice.php
progress.php
public/
scripts/
util/
word.php

include.php

6 lines ASCII Windows (CRLF)
1
2
3
4
5
6
<?php
session_start
();
include_once(
dirname(__FILE__) . "/ini/ini.php");
include_once(
BASE_PATH "/util/db_connect.php");
include_once(
BASE_PATH "/util/util.php");
include_once(
BASE_PATH "/util/user.php");