Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions c4iraq.sql

This file was deleted.

13 changes: 6 additions & 7 deletions libs/View.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?php


<?php
class View {

public $_title = "Shop";
public $_title = "ًWasite Team";
public $_argv = array();


Expand All @@ -16,15 +17,13 @@ function render($body,$_header=null,$_foter=null){
if ($_foter != null){
require 'view/'.$_foter.".php";
}

}

function _static($name){
return "/shoping/public/".$name;
return "/wasit-team/public/".$name;
}

function redirect($path){
header("Location:/shoping/$path");
header("Location:/wasit-team/$path");
}

}
}
Loading