<?php
// Deprecated .inc file extension. Moved to .php extension.

// get this file with .php extension
include_once substr(__FILE__, 0, -4) . '.php';