Skip to content

Commit

Permalink
move exceptions and traits into own folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Stricted committed Jul 26, 2015
1 parent e963116 commit 6e1250c
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions SpeedportHybrid.class.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php
require_once('RebootException.class.php');
require_once('RouterException.class.php');
require_once('lib/exception/RebootException.class.php');
require_once('lib/exception/RouterException.class.php');
require_once('CryptLib/CryptLib.php');
require_once('Connection.class.php');
require_once('CryptLib.class.php');
require_once('Login.class.php');
require_once('Phone.class.php');
require_once('System.class.php');
require_once('lib/trait/Connection.class.php');
require_once('lib/trait/CryptLib.class.php');
require_once('lib/trait/Login.class.php');
require_once('lib/trait/Phone.class.php');
require_once('lib/trait/System.class.php');

/**
* @author Jan Altensen (Stricted)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6e1250c

Please sign in to comment.